#B4B99B

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

Shades of Green Mist #B4B99B

Tints of Green Mist #B4B99B

Color information

#B4B99B (or 0xB4B99B) is unknown color: approx Green Mist. HEX triplet: B4, B9 and 9B. RGB value is (180,185,155). Sum of RGB (Red+Green+Blue) = 180+185+155=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B99B is #4B4664. Grayscale: #B4B4B4. Windows color (decimal): -4933221 or 10205620. OLE color: 10205620.

HSL color Cylindrical-coordinate representation of color #B4B99B: hue angle of 70º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4B99B is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB180185155-
CMYK0.0300.160.27
HSL70º17.65%66.67%-
HSV(B)70º16.22%72.55%-
XYZ42.0946.7737.82-
YUV180.08113.84127.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=34.62%
G=35.58%
B=29.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851550.0300.160.277017.6566.67
HexB4B99B30101B461243
Octal26427123330203310622103
Binary10110100101110011001101111010000110111000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B99B; }

 p { color: rgb(180,185,155); }

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

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

 a { background-color: rgb(180,185,155); }

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

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

 span { border-color: rgb(180,185,155); }

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