#B6BF93

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

Shades of Green Mist #B6BF93

Tints of Green Mist #B6BF93

Color information

#B6BF93 (or 0xB6BF93) is unknown color: approx Green Mist. HEX triplet: B6, BF and 93. RGB value is (182,191,147). Sum of RGB (Red+Green+Blue) = 182+191+147=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF93 is #49406C. Grayscale: #B7B7B7. Windows color (decimal): -4800621 or 9682870. OLE color: 9682870.

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

Color convert

RGB182191147-
CMYK0.0500.230.25
HSL72.27º25.58%66.27%-
HSV(B)72.27º23.04%74.9%-
XYZ43.1949.3134.85-
YUV183.29107.52127.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=35%
G=36.73%
B=28.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911470.0500.230.2572.2725.5866.27
HexB6BF93501719481a42
Octal26627722350273111032102
Binary101101101011111110010011101010111110011001000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF93; }

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

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

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

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

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

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

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

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