#BDD09D

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

Shades of Sprout #BDD09D

Tints of Sprout #BDD09D

Color information

#BDD09D (or 0xBDD09D) is unknown color: approx Sprout. HEX triplet: BD, D0 and 9D. RGB value is (189,208,157). Sum of RGB (Red+Green+Blue) = 189+208+157=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD09D is #422F62. Grayscale: #C4C4C4. Windows color (decimal): -4337507 or 10342589. OLE color: 10342589.

HSL color Cylindrical-coordinate representation of color #BDD09D: hue angle of 82.35º degrees, saturation: 0.35, 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 #BDD09D is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB189208157-
CMYK0.0900.250.18
HSL82.35º35.17%71.57%-
HSV(B)82.35º24.52%81.57%-
XYZ49.6358.3640.55-
YUV196.5105.71122.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=34.12%
G=37.55%
B=28.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081570.0900.250.1882.3535.1771.57
HexBDD09D901912522348
Octal275320235110312212243110
Binary10111101110100001001110110010110011001010100101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD09D; }

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

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

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

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

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

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

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

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