#BEC88A

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

Shades of Green Mist #BEC88A

Tints of Green Mist #BEC88A

Color information

#BEC88A (or 0xBEC88A) is unknown color: approx Green Mist. HEX triplet: BE, C8 and 8A. RGB value is (190,200,138). Sum of RGB (Red+Green+Blue) = 190+200+138=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC88A is #413775. Grayscale: #BEBEBE. Windows color (decimal): -4274038 or 9095358. OLE color: 9095358.

HSL color Cylindrical-coordinate representation of color #BEC88A: hue angle of 69.68º 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 #BEC88A is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB190200138-
CMYK0.0500.310.22
HSL69.68º36.05%66.27%-
HSV(B)69.68º31%78.43%-
XYZ46.4854.0932.04-
YUV189.9498.69128.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=35.98%
G=37.88%
B=26.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001380.0500.310.2269.6836.0566.27
HexBEC88A501F16462442
Octal27631021250372610644102
Binary1011111011001000100010101010111111011010001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC88A; }

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

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

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

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

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

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

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

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