#BDD29D

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

Shades of Sprout #BDD29D

Tints of Sprout #BDD29D

Color information

#BDD29D (or 0xBDD29D) is unknown color: approx Sprout. HEX triplet: BD, D2 and 9D. RGB value is (189,210,157). Sum of RGB (Red+Green+Blue) = 189+210+157=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD29D is #422D62. Grayscale: #C5C5C5. Windows color (decimal): -4336995 or 10343101. OLE color: 10343101.

HSL color Cylindrical-coordinate representation of color #BDD29D: hue angle of 83.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD29D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB189210157-
CMYK0.1000.250.18
HSL83.77º37.06%71.96%-
HSV(B)83.77º25.24%82.35%-
XYZ50.1259.3540.71-
YUV197.68105.04121.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 157 (61.72% from 255) = 28.24%
R=33.99%
G=37.77%
B=28.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101570.1000.250.1883.7737.0671.96
HexBDD29DA01912542548
Octal275322235120312212445110
Binary10111101110100101001110110100110011001010101001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD29D; }

 p { color: rgb(189,210,157); }

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

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

 a { background-color: rgb(189,210,157); }

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

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

 span { border-color: rgb(189,210,157); }

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