#BBDC89

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

Shades of Sulu #BBDC89

Tints of Sulu #BBDC89

Color information

#BBDC89 (or 0xBBDC89) is unknown color: approx Sulu. HEX triplet: BB, DC and 89. RGB value is (187,220,137). Sum of RGB (Red+Green+Blue) = 187+220+137=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC89 is #442376. Grayscale: #C8C8C8. Windows color (decimal): -4465527 or 9034939. OLE color: 9034939.

HSL color Cylindrical-coordinate representation of color #BBDC89: hue angle of 83.86º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBDC89 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB187220137-
CMYK0.1500.380.14
HSL83.86º54.25%70%-
HSV(B)83.86º37.73%86.27%-
XYZ50.663.5633.27-
YUV200.6792.07118.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 137 (53.91% from 255) = 25.18%
R=34.38%
G=40.44%
B=25.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201370.1500.380.1483.8654.2570
HexBBDC89F026E543646
Octal273334211170461612466106
Binary10111011110111001000100111110100110111010101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC89; }

 p { color: rgb(187,220,137); }

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

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

 a { background-color: rgb(187,220,137); }

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

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

 span { border-color: rgb(187,220,137); }

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