#BEC59A

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

Shades of Green Mist #BEC59A

Tints of Green Mist #BEC59A

Color information

#BEC59A (or 0xBEC59A) is unknown color: approx Green Mist. HEX triplet: BE, C5 and 9A. RGB value is (190,197,154). Sum of RGB (Red+Green+Blue) = 190+197+154=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC59A is #413A65. Grayscale: #BEBEBE. Windows color (decimal): -4274790 or 10143166. OLE color: 10143166.

HSL color Cylindrical-coordinate representation of color #BEC59A: hue angle of 69.77º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC59A is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB190197154-
CMYK0.0400.220.23
HSL69.77º27.04%68.82%-
HSV(B)69.77º21.83%77.25%-
XYZ47.0353.2138.36-
YUV190107.68128-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=35.12%
G=36.41%
B=28.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971540.0400.220.2369.7727.0468.82
HexBEC59A401617461b45
Octal27630523240262710633105
Binary101111101100010110011010100010110101111000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC59A; }

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

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

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

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

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

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

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

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