#BDD19A

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

Shades of Sprout #BDD19A

Tints of Sprout #BDD19A

Color information

#BDD19A (or 0xBDD19A) is unknown color: approx Sprout. HEX triplet: BD, D1 and 9A. RGB value is (189,209,154). Sum of RGB (Red+Green+Blue) = 189+209+154=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD19A is #422E65. Grayscale: #C4C4C4. Windows color (decimal): -4337254 or 10146237. OLE color: 10146237.

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

Color convert

RGB189209154-
CMYK0.1000.260.18
HSL81.82º37.41%71.18%-
HSV(B)81.82º26.32%81.96%-
XYZ49.6258.7539.3-
YUV196.75103.87122.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=34.24%
G=37.86%
B=27.90%

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
Decimal1892091540.1000.260.1881.8237.4171.18
HexBDD19AA01A12522547
Octal275321232120322212245107
Binary10111101110100011001101010100110101001010100101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD19A; }

 p { color: rgb(189,209,154); }

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

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

 a { background-color: rgb(189,209,154); }

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

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

 span { border-color: rgb(189,209,154); }

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