#BEE094

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

Shades of Sprout #BEE094

Tints of Sprout #BEE094

Color information

#BEE094 (or 0xBEE094) is unknown color: approx Sprout. HEX triplet: BE, E0 and 94. RGB value is (190,224,148). Sum of RGB (Red+Green+Blue) = 190+224+148=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE094 is #411F6B. Grayscale: #CDCDCD. Windows color (decimal): -4267884 or 9756862. OLE color: 9756862.

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

Color convert

RGB190224148-
CMYK0.1500.340.12
HSL86.84º55.07%72.94%-
HSV(B)86.84º33.93%87.84%-
XYZ53.2466.438.03-
YUV205.1795.74117.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=33.81%
G=39.86%
B=26.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241480.1500.340.1286.8455.0772.94
HexBEE094F022C573749
Octal276340224170421412767111
Binary10111110111000001001010011110100010110010101111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE094; }

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

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

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

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

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

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

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

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