#BDD79A

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

Shades of Sprout #BDD79A

Tints of Sprout #BDD79A

Color information

#BDD79A (or 0xBDD79A) is unknown color: approx Sprout. HEX triplet: BD, D7 and 9A. RGB value is (189,215,154). Sum of RGB (Red+Green+Blue) = 189+215+154=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD79A is #422865. Grayscale: #C8C8C8. Windows color (decimal): -4335718 or 10147773. OLE color: 10147773.

HSL color Cylindrical-coordinate representation of color #BDD79A: hue angle of 85.57º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD79A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB189215154-
CMYK0.1200.280.16
HSL85.57º43.26%72.35%-
HSV(B)85.57º28.37%84.31%-
XYZ51.1261.7539.8-
YUV200.27101.89119.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=33.87%
G=38.53%
B=27.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151540.1200.280.1685.5743.2672.35
HexBDD79AC01C10562b48
Octal275327232140342012653110
Binary10111101110101111001101011000111001000010101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD79A; }

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

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

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

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

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

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

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

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