#BBD391

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

Shades of Sprout #BBD391

Tints of Sprout #BBD391

Color information

#BBD391 (or 0xBBD391) is unknown color: approx Sprout. HEX triplet: BB, D3 and 91. RGB value is (187,211,145). Sum of RGB (Red+Green+Blue) = 187+211+145=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD391 is #442C6E. Grayscale: #C4C4C4. Windows color (decimal): -4467823 or 9556923. OLE color: 9556923.

HSL color Cylindrical-coordinate representation of color #BBD391: hue angle of 81.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBD391 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB187211145-
CMYK0.1100.310.17
HSL81.82º42.86%69.8%-
HSV(B)81.82º31.28%82.75%-
XYZ48.959.235.64-
YUV196.399.05121.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=34.44%
G=38.86%
B=26.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111450.1100.310.1781.8242.8669.8
HexBBD391B01F11522b46
Octal273323221130372112253106
Binary10111011110100111001000110110111111000110100101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD391; }

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

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

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

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

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

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

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

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