#B4B69A

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

Shades of Green Mist #B4B69A

Tints of Green Mist #B4B69A

Color information

#B4B69A (or 0xB4B69A) is unknown color: approx Green Mist. HEX triplet: B4, B6 and 9A. RGB value is (180,182,154). Sum of RGB (Red+Green+Blue) = 180+182+154=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B69A is #4B4965. Grayscale: #B2B2B2. Windows color (decimal): -4933990 or 10139316. OLE color: 10139316.

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

Color convert

RGB180182154-
CMYK0.0100.150.29
HSL64.29º16.09%65.88%-
HSV(B)64.29º15.38%71.37%-
XYZ41.3845.4937.17-
YUV178.21114.34129.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=34.88%
G=35.27%
B=29.84%

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
Decimal1801821540.0100.150.2964.2916.0965.88
HexB4B69A10F1D401042
Octal26426623210173510020102
Binary101101001011011010011010101111111011000000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B69A; }

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

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

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

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

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

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

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

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