#BBD445

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

Shades of Las Palmas #BBD445

Tints of Las Palmas #BBD445

Color information

#BBD445 (or 0xBBD445) is unknown color: approx Las Palmas. HEX triplet: BB, D4 and 45. RGB value is (187,212,69). Sum of RGB (Red+Green+Blue) = 187+212+69=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD445 is #442BBA. Grayscale: #BCBCBC. Windows color (decimal): -4467643 or 4576443. OLE color: 4576443.

HSL color Cylindrical-coordinate representation of color #BBD445: hue angle of 70.49º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBD445 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB18721269-
CMYK0.1200.670.17
HSL70.49º62.45%55.1%-
HSV(B)70.49º67.45%83.14%-
XYZ45.1158.0814.46-
YUV188.2260.72127.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 212 (83.20% from 255) = 45.30%
BLUE value IS 69 (27.34% from 255) = 14.74%
R=39.96%
G=45.30%
B=14.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187212690.1200.670.1770.4962.4555.1
HexBBD445C04311463e37
Octal273324105140103211067667
Binary10111011110101001000101110001000011100011000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD445; }

 p { color: rgb(187,212,69); }

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

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

 a { background-color: rgb(187,212,69); }

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

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

 span { border-color: rgb(187,212,69); }

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