#B4B697

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

Shades of Green Mist #B4B697

Tints of Green Mist #B4B697

Color information

#B4B697 (or 0xB4B697) is unknown color: approx Green Mist. HEX triplet: B4, B6 and 97. RGB value is (180,182,151). Sum of RGB (Red+Green+Blue) = 180+182+151=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B697 is #4B4968. Grayscale: #B1B1B1. Windows color (decimal): -4933993 or 9942708. OLE color: 9942708.

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

Color convert

RGB180182151-
CMYK0.0100.170.29
HSL63.87º17.51%65.29%-
HSV(B)63.87º17.03%71.37%-
XYZ41.1445.3935.87-
YUV177.87112.84129.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=35.09%
G=35.48%
B=29.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821510.0100.170.2963.8717.5165.29
HexB4B69710111D401241
Octal26426622710213510022101
Binary1011010010110110100101111010001111011000000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B697; }

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

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

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

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

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

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

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

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