#BEDF96

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

Shades of Sprout #BEDF96

Tints of Sprout #BEDF96

Color information

#BEDF96 (or 0xBEDF96) is unknown color: approx Sprout. HEX triplet: BE, DF and 96. RGB value is (190,223,150). Sum of RGB (Red+Green+Blue) = 190+223+150=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF96 is #412069. Grayscale: #CDCDCD. Windows color (decimal): -4268138 or 9887678. OLE color: 9887678.

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

Color convert

RGB190223150-
CMYK0.1500.330.13
HSL87.12º53.28%73.14%-
HSV(B)87.12º32.74%87.45%-
XYZ53.1365.9238.78-
YUV204.8197.07117.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=33.75%
G=39.61%
B=26.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231500.1500.330.1387.1253.2873.14
HexBEDF96F021D573549
Octal276337226170411512765111
Binary10111110110111111001011011110100001110110101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF96; }

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

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

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

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

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

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

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

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