#B4BA8F

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

Shades of Green Mist #B4BA8F

Tints of Green Mist #B4BA8F

Color information

#B4BA8F (or 0xB4BA8F) is unknown color: approx Green Mist. HEX triplet: B4, BA and 8F. RGB value is (180,186,143). Sum of RGB (Red+Green+Blue) = 180+186+143=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA8F is #4B4570. Grayscale: #B3B3B3. Windows color (decimal): -4932977 or 9419444. OLE color: 9419444.

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

Color convert

RGB180186143-
CMYK0.0300.230.27
HSL68.37º23.76%64.51%-
HSV(B)68.37º23.12%72.94%-
XYZ41.3446.832.84-
YUV179.3107.51128.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=35.36%
G=36.54%
B=28.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861430.0300.230.2768.3723.7664.51
HexB4BA8F30171B441841
Octal26427221730273310430101
Binary10110100101110101000111111010111110111000100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA8F; }

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

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

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

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

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

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

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

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