#B4B693

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

Shades of Green Mist #B4B693

Tints of Green Mist #B4B693

Color information

#B4B693 (or 0xB4B693) is unknown color: approx Green Mist. HEX triplet: B4, B6 and 93. RGB value is (180,182,147). Sum of RGB (Red+Green+Blue) = 180+182+147=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B693 is #4B496C. Grayscale: #B1B1B1. Windows color (decimal): -4933997 or 9680564. OLE color: 9680564.

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

Color convert

RGB180182147-
CMYK0.0100.190.29
HSL63.43º19.34%64.51%-
HSV(B)63.43º19.23%71.37%-
XYZ40.8245.2734.19-
YUV177.41110.84129.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=35.36%
G=35.76%
B=28.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821470.0100.190.2963.4319.3464.51
HexB4B69310131D3f1341
Octal2642662231023357723101
Binary101101001011011010010011101001111101111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B693; }

 p { color: rgb(180,182,147); }

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

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

 a { background-color: rgb(180,182,147); }

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

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

 span { border-color: rgb(180,182,147); }

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