#BDD797

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

Shades of Sprout #BDD797

Tints of Sprout #BDD797

Color information

#BDD797 (or 0xBDD797) is unknown color: approx Sprout. HEX triplet: BD, D7 and 97. RGB value is (189,215,151). Sum of RGB (Red+Green+Blue) = 189+215+151=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD797 is #422868. Grayscale: #C8C8C8. Windows color (decimal): -4335721 or 9951165. OLE color: 9951165.

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

Color convert

RGB189215151-
CMYK0.1200.300.16
HSL84.38º44.44%71.76%-
HSV(B)84.38º29.77%84.31%-
XYZ50.8761.6538.5-
YUV199.93100.39120.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 215 (84.38% from 255) = 38.74%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=34.05%
G=38.74%
B=27.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151510.1200.300.1684.3844.4471.76
HexBDD797C01E10542c48
Octal275327227140362012454110
Binary10111101110101111001011111000111101000010101001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD797; }

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

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

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

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

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

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

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

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