#BED895

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

Shades of Sprout #BED895

Tints of Sprout #BED895

Color information

#BED895 (or 0xBED895) is unknown color: approx Sprout. HEX triplet: BE, D8 and 95. RGB value is (190,216,149). Sum of RGB (Red+Green+Blue) = 190+216+149=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #BED895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED895 is #41276A. Grayscale: #C8C8C8. Windows color (decimal): -4269931 or 9820350. OLE color: 9820350.

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

Color convert

RGB190216149-
CMYK0.1200.310.15
HSL83.28º46.21%71.57%-
HSV(B)83.28º31.02%84.71%-
XYZ51.2262.2337.75-
YUV200.5998.89120.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=34.23%
G=38.92%
B=26.85%

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
Decimal1902161490.1200.310.1583.2846.2171.57
HexBED895C01FF532e48
Octal276330225140371712356110
Binary1011111011011000100101011100011111111110100111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED895; }

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

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

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

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

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

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

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

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