#B4BA92

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

Shades of Green Mist #B4BA92

Tints of Green Mist #B4BA92

Color information

#B4BA92 (or 0xB4BA92) is unknown color: approx Green Mist. HEX triplet: B4, BA and 92. RGB value is (180,186,146). Sum of RGB (Red+Green+Blue) = 180+186+146=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA92 is #4B456D. Grayscale: #B3B3B3. Windows color (decimal): -4932974 or 9616052. OLE color: 9616052.

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

Color convert

RGB180186146-
CMYK0.0300.220.27
HSL69º22.47%65.1%-
HSV(B)69º21.51%72.94%-
XYZ41.5746.934.06-
YUV179.65109.01128.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=35.16%
G=36.33%
B=28.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861460.0300.220.276922.4765.1
HexB4BA9230161B451641
Octal26427222230263310526101
Binary10110100101110101001001011010110110111000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA92; }

 p { color: rgb(180,186,146); }

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

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

 a { background-color: rgb(180,186,146); }

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

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

 span { border-color: rgb(180,186,146); }

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