#B3B693

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

Shades of Green Mist #B3B693

Tints of Green Mist #B3B693

Color information

#B3B693 (or 0xB3B693) is unknown color: approx Green Mist. HEX triplet: B3, B6 and 93. RGB value is (179,182,147). Sum of RGB (Red+Green+Blue) = 179+182+147=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B693 is #4C496C. Grayscale: #B1B1B1. Windows color (decimal): -4999533 or 9680563. OLE color: 9680563.

HSL color Cylindrical-coordinate representation of color #B3B693: hue angle of 65.14º 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 #B3B693 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB179182147-
CMYK0.0200.190.29
HSL65.14º19.34%64.51%-
HSV(B)65.14º19.23%71.37%-
XYZ40.5845.1534.18-
YUV177.11111.01129.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=35.24%
G=35.83%
B=28.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791821470.0200.190.2965.1419.3464.51
HexB3B69320131D411341
Octal26326622320233510123101
Binary10110011101101101001001110010011111011000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B693; }

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

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

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

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

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

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

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

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