#BDD897

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

Shades of Sprout #BDD897

Tints of Sprout #BDD897

Color information

#BDD897 (or 0xBDD897) is unknown color: approx Sprout. HEX triplet: BD, D8 and 97. RGB value is (189,216,151). Sum of RGB (Red+Green+Blue) = 189+216+151=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD897 is #422768. Grayscale: #C8C8C8. Windows color (decimal): -4335465 or 9951421. OLE color: 9951421.

HSL color Cylindrical-coordinate representation of color #BDD897: hue angle of 84.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD897 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB189216151-
CMYK0.1200.300.15
HSL84.92º45.45%71.96%-
HSV(B)84.92º30.09%84.71%-
XYZ51.1362.1638.58-
YUV200.52100.05119.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 216 (84.77% from 255) = 38.85%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=33.99%
G=38.85%
B=27.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161510.1200.300.1584.9245.4571.96
HexBDD897C01EF552d48
Octal275330227140361712555110
Binary1011110111011000100101111100011110111110101011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD897; }

 p { color: rgb(189,216,151); }

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

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

 a { background-color: rgb(189,216,151); }

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

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

 span { border-color: rgb(189,216,151); }

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