#BED795

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

Shades of Sprout #BED795

Tints of Sprout #BED795

Color information

#BED795 (or 0xBED795) is unknown color: approx Sprout. HEX triplet: BE, D7 and 95. RGB value is (190,215,149). Sum of RGB (Red+Green+Blue) = 190+215+149=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #BED795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED795 is #41286A. Grayscale: #C8C8C8. Windows color (decimal): -4270187 or 9820094. OLE color: 9820094.

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

Color convert

RGB190215149-
CMYK0.1200.310.16
HSL82.73º45.21%71.37%-
HSV(B)82.73º30.7%84.31%-
XYZ50.9661.7237.66-
YUV20099.22120.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=34.30%
G=38.81%
B=26.90%

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
Decimal1902151490.1200.310.1682.7345.2171.37
HexBED795C01F10532d47
Octal276327225140372012355107
Binary10111110110101111001010111000111111000010100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED795; }

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

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

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

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

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

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

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

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