#BDD29C

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

Shades of Sprout #BDD29C

Tints of Sprout #BDD29C

Color information

#BDD29C (or 0xBDD29C) is unknown color: approx Sprout. HEX triplet: BD, D2 and 9C. RGB value is (189,210,156). Sum of RGB (Red+Green+Blue) = 189+210+156=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD29C is #422D63. Grayscale: #C5C5C5. Windows color (decimal): -4336996 or 10277565. OLE color: 10277565.

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

Color convert

RGB189210156-
CMYK0.1000.260.18
HSL83.33º37.5%71.76%-
HSV(B)83.33º25.71%82.35%-
XYZ50.0359.3140.26-
YUV197.56104.54121.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=34.05%
G=37.84%
B=28.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101560.1000.260.1883.3337.571.76
HexBDD29CA01A12532648
Octal275322234120322212346110
Binary10111101110100101001110010100110101001010100111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD29C; }

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

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

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

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

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

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

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

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