#BDD299

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

Shades of Sprout #BDD299

Tints of Sprout #BDD299

Color information

#BDD299 (or 0xBDD299) is unknown color: approx Sprout. HEX triplet: BD, D2 and 99. RGB value is (189,210,153). Sum of RGB (Red+Green+Blue) = 189+210+153=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD299 is #422D66. Grayscale: #C5C5C5. Windows color (decimal): -4336999 or 10080957. OLE color: 10080957.

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

Color convert

RGB189210153-
CMYK0.1000.270.18
HSL82.11º38.78%71.18%-
HSV(B)82.11º27.14%82.35%-
XYZ49.7859.2138.94-
YUV197.22103.04122.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 210 (82.42% from 255) = 38.04%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=34.24%
G=38.04%
B=27.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101530.1000.270.1882.1138.7871.18
HexBDD299A01B12522747
Octal275322231120332212247107
Binary10111101110100101001100110100110111001010100101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD299; }

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

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

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

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

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

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

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

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