#B4B696

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

Shades of Green Mist #B4B696

Tints of Green Mist #B4B696

Color information

#B4B696 (or 0xB4B696) is unknown color: approx Green Mist. HEX triplet: B4, B6 and 96. RGB value is (180,182,150). Sum of RGB (Red+Green+Blue) = 180+182+150=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B696 is #4B4969. Grayscale: #B1B1B1. Windows color (decimal): -4933994 or 9877172. OLE color: 9877172.

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

Color convert

RGB180182150-
CMYK0.0100.180.29
HSL63.75º17.98%65.1%-
HSV(B)63.75º17.58%71.37%-
XYZ41.0645.3635.45-
YUV177.75112.34129.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=35.16%
G=35.55%
B=29.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821500.0100.180.2963.7517.9865.1
HexB4B69610121D401241
Octal26426622610223510022101
Binary1011010010110110100101101010010111011000000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B696; }

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

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

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

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

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

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

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

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