#BEC395

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

Shades of Green Mist #BEC395

Tints of Green Mist #BEC395

Color information

#BEC395 (or 0xBEC395) is unknown color: approx Green Mist. HEX triplet: BE, C3 and 95. RGB value is (190,195,149). Sum of RGB (Red+Green+Blue) = 190+195+149=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC395 is #413C6A. Grayscale: #BCBCBC. Windows color (decimal): -4275307 or 9814974. OLE color: 9814974.

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

Color convert

RGB190195149-
CMYK0.0300.240.24
HSL66.52º27.71%67.45%-
HSV(B)66.52º23.59%76.47%-
XYZ46.1852.1536.07-
YUV188.26105.84129.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=35.58%
G=36.52%
B=27.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951490.0300.240.2466.5227.7167.45
HexBEC395301818431c43
Octal27630322530303010334103
Binary10111110110000111001010111011000110001000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC395; }

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

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

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

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

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

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

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

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