#BDDD92

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

Shades of Sprout #BDDD92

Tints of Sprout #BDDD92

Color information

#BDDD92 (or 0xBDDD92) is unknown color: approx Sprout. HEX triplet: BD, DD and 92. RGB value is (189,221,146). Sum of RGB (Red+Green+Blue) = 189+221+146=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD92 is #42226D. Grayscale: #CBCBCB. Windows color (decimal): -4334190 or 9625021. OLE color: 9625021.

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

Color convert

RGB189221146-
CMYK0.1400.340.13
HSL85.6º52.45%71.96%-
HSV(B)85.6º33.94%86.67%-
XYZ52.0364.6136.92-
YUV202.8895.9118.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 146 (57.42% from 255) = 26.26%
R=33.99%
G=39.75%
B=26.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211460.1400.340.1385.652.4571.96
HexBDDD92E022D563448
Octal275335222160421512664110
Binary10111101110111011001001011100100010110110101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD92; }

 p { color: rgb(189,221,146); }

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

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

 a { background-color: rgb(189,221,146); }

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

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

 span { border-color: rgb(189,221,146); }

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