#BBDF92

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

Shades of Sprout #BBDF92

Tints of Sprout #BBDF92

Color information

#BBDF92 (or 0xBBDF92) is unknown color: approx Sprout. HEX triplet: BB, DF and 92. RGB value is (187,223,146). Sum of RGB (Red+Green+Blue) = 187+223+146=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF92 is #44206D. Grayscale: #CBCBCB. Windows color (decimal): -4464750 or 9625531. OLE color: 9625531.

HSL color Cylindrical-coordinate representation of color #BBDF92: hue angle of 88.05º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBDF92 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB187223146-
CMYK0.1600.350.13
HSL88.05º54.61%72.35%-
HSV(B)88.05º34.53%87.45%-
XYZ52.0765.4237.08-
YUV203.4695.57116.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 146 (57.42% from 255) = 26.26%
R=33.63%
G=40.11%
B=26.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231460.1600.350.1388.0554.6172.35
HexBBDF9210023D583748
Octal273337222200431513067110
Binary101110111101111110010010100000100011110110110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF92; }

 p { color: rgb(187,223,146); }

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

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

 a { background-color: rgb(187,223,146); }

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

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

 span { border-color: rgb(187,223,146); }

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