#BEC08E

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

Shades of Green Mist #BEC08E

Tints of Green Mist #BEC08E

Color information

#BEC08E (or 0xBEC08E) is unknown color: approx Green Mist. HEX triplet: BE, C0 and 8E. RGB value is (190,192,142). Sum of RGB (Red+Green+Blue) = 190+192+142=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08E is #413F71. Grayscale: #B9B9B9. Windows color (decimal): -4276082 or 9355454. OLE color: 9355454.

HSL color Cylindrical-coordinate representation of color #BEC08E: hue angle of 62.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEC08E is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190192142-
CMYK0.0100.260.25
HSL62.4º28.41%65.49%-
HSV(B)62.4º26.04%75.29%-
XYZ44.9750.632.99-
YUV185.7103.34131.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=36.26%
G=36.64%
B=27.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921420.0100.260.2562.428.4165.49
HexBEC08E101A193e1c41
Octal2763002161032317634101
Binary101111101100000010001110101101011001111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC08E; }

 p { color: rgb(190,192,142); }

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

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

 a { background-color: rgb(190,192,142); }

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

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

 span { border-color: rgb(190,192,142); }

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