#B4B796

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

Shades of Green Mist #B4B796

Tints of Green Mist #B4B796

Color information

#B4B796 (or 0xB4B796) is unknown color: approx Green Mist. HEX triplet: B4, B7 and 96. RGB value is (180,183,150). Sum of RGB (Red+Green+Blue) = 180+183+150=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B796 is #4B4869. Grayscale: #B2B2B2. Windows color (decimal): -4933738 or 9877428. OLE color: 9877428.

HSL color Cylindrical-coordinate representation of color #B4B796: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4B796 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB180183150-
CMYK0.0200.180.28
HSL65.45º18.64%65.29%-
HSV(B)65.45º18.03%71.76%-
XYZ41.2645.7735.51-
YUV178.34112.01129.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=35.09%
G=35.67%
B=29.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831500.0200.180.2865.4518.6465.29
HexB4B79620121C411341
Octal26426722620223410123101
Binary10110100101101111001011010010010111001000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B796; }

 p { color: rgb(180,183,150); }

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

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

 a { background-color: rgb(180,183,150); }

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

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

 span { border-color: rgb(180,183,150); }

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