#BED995

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

Shades of Sprout #BED995

Tints of Sprout #BED995

Color information

#BED995 (or 0xBED995) is unknown color: approx Sprout. HEX triplet: BE, D9 and 95. RGB value is (190,217,149). Sum of RGB (Red+Green+Blue) = 190+217+149=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #BED995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED995 is #41266A. Grayscale: #C9C9C9. Windows color (decimal): -4269675 or 9820606. OLE color: 9820606.

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

Color convert

RGB190217149-
CMYK0.1200.310.15
HSL83.82º47.22%71.76%-
HSV(B)83.82º31.34%85.1%-
XYZ51.4762.7437.83-
YUV201.1898.55120.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=34.17%
G=39.03%
B=26.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171490.1200.310.1583.8247.2271.76
HexBED995C01FF542f48
Octal276331225140371712457110
Binary1011111011011001100101011100011111111110101001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED995; }

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

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

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

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

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

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

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

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