#B4B795

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

Shades of Green Mist #B4B795

Tints of Green Mist #B4B795

Color information

#B4B795 (or 0xB4B795) is unknown color: approx Green Mist. HEX triplet: B4, B7 and 95. RGB value is (180,183,149). Sum of RGB (Red+Green+Blue) = 180+183+149=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B795 is #4B486A. Grayscale: #B2B2B2. Windows color (decimal): -4933739 or 9811892. OLE color: 9811892.

HSL color Cylindrical-coordinate representation of color #B4B795: hue angle of 65.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4B795 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB180183149-
CMYK0.0200.190.28
HSL65.29º19.1%65.1%-
HSV(B)65.29º18.58%71.76%-
XYZ41.1845.7435.09-
YUV178.23111.51129.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=35.16%
G=35.74%
B=29.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831490.0200.190.2865.2919.165.1
HexB4B79520131C411341
Octal26426722520233410123101
Binary10110100101101111001010110010011111001000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B795; }

 p { color: rgb(180,183,149); }

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

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

 a { background-color: rgb(180,183,149); }

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

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

 span { border-color: rgb(180,183,149); }

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