#BEC39A

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

Shades of Green Mist #BEC39A

Tints of Green Mist #BEC39A

Color information

#BEC39A (or 0xBEC39A) is unknown color: approx Green Mist. HEX triplet: BE, C3 and 9A. RGB value is (190,195,154). Sum of RGB (Red+Green+Blue) = 190+195+154=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC39A is #413C65. Grayscale: #BCBCBC. Windows color (decimal): -4275302 or 10142654. OLE color: 10142654.

HSL color Cylindrical-coordinate representation of color #BEC39A: hue angle of 67.32º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC39A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB190195154-
CMYK0.0300.210.24
HSL67.32º25.47%68.43%-
HSV(B)67.32º21.03%76.47%-
XYZ46.5852.3138.21-
YUV188.83108.34128.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=35.25%
G=36.18%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951540.0300.210.2467.3225.4768.43
HexBEC39A301518431944
Octal27630323230253010331104
Binary10111110110000111001101011010101110001000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC39A; }

 p { color: rgb(190,195,154); }

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

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

 a { background-color: rgb(190,195,154); }

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

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

 span { border-color: rgb(190,195,154); }

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