#BEDA95

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

Shades of Sprout #BEDA95

Tints of Sprout #BEDA95

Color information

#BEDA95 (or 0xBEDA95) is unknown color: approx Sprout. HEX triplet: BE, DA and 95. RGB value is (190,218,149). Sum of RGB (Red+Green+Blue) = 190+218+149=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA95 is #41256A. Grayscale: #CACACA. Windows color (decimal): -4269419 or 9820862. OLE color: 9820862.

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

Color convert

RGB190218149-
CMYK0.1300.320.15
HSL84.35º48.25%71.96%-
HSV(B)84.35º31.65%85.49%-
XYZ51.7363.2637.92-
YUV201.7698.22119.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=34.11%
G=39.14%
B=26.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181490.1300.320.1584.3548.2571.96
HexBEDA95D020F543048
Octal276332225150401712460110
Binary10111110110110101001010111010100000111110101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA95; }

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

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

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

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

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

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

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

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