#BDD798

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

Shades of Sprout #BDD798

Tints of Sprout #BDD798

Color information

#BDD798 (or 0xBDD798) is unknown color: approx Sprout. HEX triplet: BD, D7 and 98. RGB value is (189,215,152). Sum of RGB (Red+Green+Blue) = 189+215+152=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD798 is #422867. Grayscale: #C8C8C8. Windows color (decimal): -4335720 or 10016701. OLE color: 10016701.

HSL color Cylindrical-coordinate representation of color #BDD798: hue angle of 84.76º 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 #BDD798 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB189215152-
CMYK0.1200.290.16
HSL84.76º44.06%71.96%-
HSV(B)84.76º29.3%84.31%-
XYZ50.9561.6938.93-
YUV200.04100.89120.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 152 (59.77% from 255) = 27.34%
R=33.99%
G=38.67%
B=27.34%

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
Decimal1892151520.1200.290.1684.7644.0671.96
HexBDD798C01D10552c48
Octal275327230140352012554110
Binary10111101110101111001100011000111011000010101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD798; }

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

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

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

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

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

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

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

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