#BEE095

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

Shades of Sprout #BEE095

Tints of Sprout #BEE095

Color information

#BEE095 (or 0xBEE095) is unknown color: approx Sprout. HEX triplet: BE, E0 and 95. RGB value is (190,224,149). Sum of RGB (Red+Green+Blue) = 190+224+149=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE095 is #411F6A. Grayscale: #CDCDCD. Windows color (decimal): -4267883 or 9822398. OLE color: 9822398.

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

Color convert

RGB190224149-
CMYK0.1500.330.12
HSL87.2º54.74%73.14%-
HSV(B)87.2º33.48%87.84%-
XYZ53.3266.4338.45-
YUV205.2896.24117.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 224 (87.89% from 255) = 39.79%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=33.75%
G=39.79%
B=26.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241490.1500.330.1287.254.7473.14
HexBEE095F021C573749
Octal276340225170411412767111
Binary10111110111000001001010111110100001110010101111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE095; }

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

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

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

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

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

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

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

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