#BBD144

Color #BBD144 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BBD144

Tints of Las Palmas #BBD144

Color information

#BBD144 (or 0xBBD144) is unknown color: approx Las Palmas. HEX triplet: BB, D1 and 44. RGB value is (187,209,68). Sum of RGB (Red+Green+Blue) = 187+209+68=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD144 is #442EBB. Grayscale: #BABABA. Windows color (decimal): -4468412 or 4510139. OLE color: 4510139.

HSL color Cylindrical-coordinate representation of color #BBD144: hue angle of 69.36º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBD144 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB18720968-
CMYK0.1100.670.18
HSL69.36º60.52%54.31%-
HSV(B)69.36º67.46%81.96%-
XYZ44.3456.5814.05-
YUV186.3561.21128.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 68 (26.95% from 255) = 14.66%
R=40.30%
G=45.04%
B=14.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187209680.1100.670.1869.3660.5254.31
HexBBD144B04312453d36
Octal273321104130103221057566
Binary10111011110100011000100101101000011100101000101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD144; }

 p { color: rgb(187,209,68); }

 H1.HeaderClassName
 {
   color: #BBD144;
 }
 .AnyTagClassName
 {
   color: #BBD144;
 }
</style>
background-color css

<style>
 a { background-color: #BBD144; }

 a { background-color: rgb(187,209,68); }

 div.DivClassName
 {
   background-color: #BBD144;
 }
 .BgClassName
 {
   background-color: #BBD144;
 }
</style>
border-color css

<style>
 span { border-color: #BBD144; }

 span { border-color: rgb(187,209,68); }

 td.TdClassName
 {
   border-color: #BBD144;
 }
 .TagClassName
 {
   border-color: #BBD144;
 }
</style>