#BDD399

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

Shades of Sprout #BDD399

Tints of Sprout #BDD399

Color information

#BDD399 (or 0xBDD399) is unknown color: approx Sprout. HEX triplet: BD, D3 and 99. RGB value is (189,211,153). Sum of RGB (Red+Green+Blue) = 189+211+153=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD399 is #422C66. Grayscale: #C6C6C6. Windows color (decimal): -4336743 or 10081213. OLE color: 10081213.

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

Color convert

RGB189211153-
CMYK0.1000.270.17
HSL82.76º39.73%71.37%-
HSV(B)82.76º27.49%82.75%-
XYZ50.0359.7139.02-
YUV197.81102.71121.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 211 (82.81% from 255) = 38.16%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=34.18%
G=38.16%
B=27.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111530.1000.270.1782.7639.7371.37
HexBDD399A01B11532847
Octal275323231120332112350107
Binary10111101110100111001100110100110111000110100111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD399; }

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

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

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

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

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

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

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

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