#BBDC85

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

Shades of Sulu #BBDC85

Tints of Sulu #BBDC85

Color information

#BBDC85 (or 0xBBDC85) is unknown color: approx Sulu. HEX triplet: BB, DC and 85. RGB value is (187,220,133). Sum of RGB (Red+Green+Blue) = 187+220+133=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC85 is #44237A. Grayscale: #C8C8C8. Windows color (decimal): -4465531 or 8772795. OLE color: 8772795.

HSL color Cylindrical-coordinate representation of color #BBDC85: hue angle of 82.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDC85 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB187220133-
CMYK0.1500.400.14
HSL82.76º55.41%69.22%-
HSV(B)82.76º39.55%86.27%-
XYZ50.3263.4431.78-
YUV200.2290.07118.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 133 (52.34% from 255) = 24.63%
R=34.63%
G=40.74%
B=24.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201330.1500.400.1482.7655.4169.22
HexBBDC85F028E533745
Octal273334205170501612367105
Binary10111011110111001000010111110101000111010100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC85; }

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

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

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

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

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

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

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

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