#B3BA90

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

Shades of Green Mist #B3BA90

Tints of Green Mist #B3BA90

Color information

#B3BA90 (or 0xB3BA90) is unknown color: approx Green Mist. HEX triplet: B3, BA and 90. RGB value is (179,186,144). Sum of RGB (Red+Green+Blue) = 179+186+144=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA90 is #4C456F. Grayscale: #B3B3B3. Windows color (decimal): -4998512 or 9484979. OLE color: 9484979.

HSL color Cylindrical-coordinate representation of color #B3BA90: hue angle of 70º degrees, saturation: 0.23, 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 #B3BA90 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB179186144-
CMYK0.0400.230.27
HSL70º23.33%64.71%-
HSV(B)70º22.58%72.94%-
XYZ41.1846.7233.23-
YUV179.12108.18127.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=35.17%
G=36.54%
B=28.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861440.0400.230.277023.3364.71
HexB3BA9040171B461741
Octal26327222040273310627101
Binary101100111011101010010000100010111110111000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA90; }

 p { color: rgb(179,186,144); }

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

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

 a { background-color: rgb(179,186,144); }

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

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

 span { border-color: rgb(179,186,144); }

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