#BEDE96

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

Shades of Sprout #BEDE96

Tints of Sprout #BEDE96

Color information

#BEDE96 (or 0xBEDE96) is unknown color: approx Sprout. HEX triplet: BE, DE and 96. RGB value is (190,222,150). Sum of RGB (Red+Green+Blue) = 190+222+150=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE96 is #412169. Grayscale: #CCCCCC. Windows color (decimal): -4268394 or 9887422. OLE color: 9887422.

HSL color Cylindrical-coordinate representation of color #BEDE96: hue angle of 86.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEDE96 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB190222150-
CMYK0.1400.320.13
HSL86.67º52.17%72.94%-
HSV(B)86.67º32.43%87.06%-
XYZ52.8665.3938.69-
YUV204.2297.4117.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=33.81%
G=39.50%
B=26.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221500.1400.320.1386.6752.1772.94
HexBEDE96E020D573449
Octal276336226160401512764111
Binary10111110110111101001011011100100000110110101111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE96; }

 p { color: rgb(190,222,150); }

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

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

 a { background-color: rgb(190,222,150); }

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

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

 span { border-color: rgb(190,222,150); }

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