#BEC88B

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

Shades of Green Mist #BEC88B

Tints of Green Mist #BEC88B

Color information

#BEC88B (or 0xBEC88B) is unknown color: approx Green Mist. HEX triplet: BE, C8 and 8B. RGB value is (190,200,139). Sum of RGB (Red+Green+Blue) = 190+200+139=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC88B is #413774. Grayscale: #BEBEBE. Windows color (decimal): -4274037 or 9160894. OLE color: 9160894.

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

Color convert

RGB190200139-
CMYK0.0500.300.22
HSL69.84º35.67%66.47%-
HSV(B)69.84º30.5%78.43%-
XYZ46.5554.1232.42-
YUV190.0699.19127.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=35.92%
G=37.81%
B=26.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001390.0500.300.2269.8435.6766.47
HexBEC88B501E16462442
Octal27631021350362610644102
Binary1011111011001000100010111010111101011010001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC88B; }

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

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

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

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

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

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

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

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