#BEC98B

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

Shades of Green Mist #BEC98B

Tints of Green Mist #BEC98B

Color information

#BEC98B (or 0xBEC98B) is unknown color: approx Green Mist. HEX triplet: BE, C9 and 8B. RGB value is (190,201,139). Sum of RGB (Red+Green+Blue) = 190+201+139=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC98B is #413674. Grayscale: #BEBEBE. Windows color (decimal): -4273781 or 9161150. OLE color: 9161150.

HSL color Cylindrical-coordinate representation of color #BEC98B: hue angle of 70.65º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEC98B is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB190201139-
CMYK0.0500.310.21
HSL70.65º36.47%66.67%-
HSV(B)70.65º30.85%78.82%-
XYZ46.7854.5832.5-
YUV190.6498.86127.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=35.85%
G=37.92%
B=26.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011390.0500.310.2170.6536.4766.67
HexBEC98B501F15472443
Octal27631121350372510744103
Binary1011111011001001100010111010111111010110001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC98B; }

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

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

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

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

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

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

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

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