#BEC68B

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

Shades of Green Mist #BEC68B

Tints of Green Mist #BEC68B

Color information

#BEC68B (or 0xBEC68B) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 8B. RGB value is (190,198,139). Sum of RGB (Red+Green+Blue) = 190+198+139=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC68B is #413974. Grayscale: #BDBDBD. Windows color (decimal): -4274549 or 9160382. OLE color: 9160382.

HSL color Cylindrical-coordinate representation of color #BEC68B: hue angle of 68.14º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEC68B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB190198139-
CMYK0.0400.300.22
HSL68.14º34.1%66.08%-
HSV(B)68.14º29.8%77.65%-
XYZ46.0953.232.27-
YUV188.8899.85128.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=36.05%
G=37.57%
B=26.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981390.0400.300.2268.1434.166.08
HexBEC68B401E16442242
Octal27630621340362610442102
Binary1011111011000110100010111000111101011010001001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC68B; }

 p { color: rgb(190,198,139); }

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

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

 a { background-color: rgb(190,198,139); }

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

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

 span { border-color: rgb(190,198,139); }

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