#BDD799

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

Shades of Sprout #BDD799

Tints of Sprout #BDD799

Color information

#BDD799 (or 0xBDD799) is unknown color: approx Sprout. HEX triplet: BD, D7 and 99. RGB value is (189,215,153). Sum of RGB (Red+Green+Blue) = 189+215+153=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD799 is #422866. Grayscale: #C8C8C8. Windows color (decimal): -4335719 or 10082237. OLE color: 10082237.

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

Color convert

RGB189215153-
CMYK0.1200.290.16
HSL85.16º43.66%72.16%-
HSV(B)85.16º28.84%84.31%-
XYZ51.0461.7239.36-
YUV200.16101.39120.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 215 (84.38% from 255) = 38.60%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=33.93%
G=38.60%
B=27.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151530.1200.290.1685.1643.6672.16
HexBDD799C01D10552c48
Octal275327231140352012554110
Binary10111101110101111001100111000111011000010101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD799; }

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

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

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

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

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

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

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

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