#BBDC91

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

Shades of Sprout #BBDC91

Tints of Sprout #BBDC91

Color information

#BBDC91 (or 0xBBDC91) is unknown color: approx Sprout. HEX triplet: BB, DC and 91. RGB value is (187,220,145). Sum of RGB (Red+Green+Blue) = 187+220+145=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC91 is #44236E. Grayscale: #C9C9C9. Windows color (decimal): -4465519 or 9559227. OLE color: 9559227.

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

Color convert

RGB187220145-
CMYK0.1500.340.14
HSL86.4º51.72%71.57%-
HSV(B)86.4º34.09%86.27%-
XYZ51.263.836.4-
YUV201.5896.07117.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=33.88%
G=39.86%
B=26.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201450.1500.340.1486.451.7271.57
HexBBDC91F022E563448
Octal273334221170421612664110
Binary10111011110111001001000111110100010111010101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC91; }

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

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

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

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

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

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

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

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