#B4BD94

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

Shades of Green Mist #B4BD94

Tints of Green Mist #B4BD94

Color information

#B4BD94 (or 0xB4BD94) is unknown color: approx Green Mist. HEX triplet: B4, BD and 94. RGB value is (180,189,148). Sum of RGB (Red+Green+Blue) = 180+189+148=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD94 is #4B426B. Grayscale: #B5B5B5. Windows color (decimal): -4932204 or 9747892. OLE color: 9747892.

HSL color Cylindrical-coordinate representation of color #B4BD94: hue angle of 73.17º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4BD94 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB180189148-
CMYK0.0500.220.26
HSL73.17º23.7%66.08%-
HSV(B)73.17º21.69%74.12%-
XYZ42.3748.2435.09-
YUV181.64109.02126.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=34.82%
G=36.56%
B=28.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891480.0500.220.2673.1723.766.08
HexB4BD9450161A491842
Octal26427522450263211130102
Binary101101001011110110010100101010110110101001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD94; }

 p { color: rgb(180,189,148); }

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

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

 a { background-color: rgb(180,189,148); }

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

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

 span { border-color: rgb(180,189,148); }

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