#BDD795

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

Shades of Sprout #BDD795

Tints of Sprout #BDD795

Color information

#BDD795 (or 0xBDD795) is unknown color: approx Sprout. HEX triplet: BD, D7 and 95. RGB value is (189,215,149). Sum of RGB (Red+Green+Blue) = 189+215+149=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD795 is #42286A. Grayscale: #C7C7C7. Windows color (decimal): -4335723 or 9820093. OLE color: 9820093.

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

Color convert

RGB189215149-
CMYK0.1200.310.16
HSL83.64º45.21%71.37%-
HSV(B)83.64º30.7%84.31%-
XYZ50.7161.5937.65-
YUV199.799.39120.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=34.18%
G=38.88%
B=26.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151490.1200.310.1683.6445.2171.37
HexBDD795C01F10542d47
Octal275327225140372012455107
Binary10111101110101111001010111000111111000010101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD795; }

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

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

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

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

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

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

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

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