#B2B499

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

Shades of Green Mist #B2B499

Tints of Green Mist #B2B499

Color information

#B2B499 (or 0xB2B499) is unknown color: approx Green Mist. HEX triplet: B2, B4 and 99. RGB value is (178,180,153). Sum of RGB (Red+Green+Blue) = 178+180+153=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B499 is #4D4B66. Grayscale: #B0B0B0. Windows color (decimal): -5065575 or 10073266. OLE color: 10073266.

HSL color Cylindrical-coordinate representation of color #B2B499: hue angle of 64.44º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2B499 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB178180153-
CMYK0.0100.150.29
HSL64.44º15.25%65.29%-
HSV(B)64.44º15%70.59%-
XYZ40.4344.4136.58-
YUV176.32114.84129.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=34.83%
G=35.23%
B=29.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801530.0100.150.2964.4415.2565.29
HexB2B49910F1D40f41
Octal26226423110173510017101
Binary10110010101101001001100110111111101100000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B499; }

 p { color: rgb(178,180,153); }

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

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

 a { background-color: rgb(178,180,153); }

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

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

 span { border-color: rgb(178,180,153); }

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