#B8BA90

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

Shades of Green Mist #B8BA90

Tints of Green Mist #B8BA90

Color information

#B8BA90 (or 0xB8BA90) is unknown color: approx Green Mist. HEX triplet: B8, BA and 90. RGB value is (184,186,144). Sum of RGB (Red+Green+Blue) = 184+186+144=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA90 is #47456F. Grayscale: #B4B4B4. Windows color (decimal): -4670832 or 9484984. OLE color: 9484984.

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

Color convert

RGB184186144-
CMYK0.0100.230.27
HSL62.86º23.33%64.71%-
HSV(B)62.86º22.58%72.94%-
XYZ42.3647.3233.29-
YUV180.61107.34130.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=35.80%
G=36.19%
B=28.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861440.0100.230.2762.8623.3364.71
HexB8BA9010171B3f1741
Octal2702722201027337727101
Binary101110001011101010010000101011111011111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA90; }

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

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

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

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

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

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

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

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