#B6BF99

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

Shades of Green Mist #B6BF99

Tints of Green Mist #B6BF99

Color information

#B6BF99 (or 0xB6BF99) is unknown color: approx Green Mist. HEX triplet: B6, BF and 99. RGB value is (182,191,153). Sum of RGB (Red+Green+Blue) = 182+191+153=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF99 is #494066. Grayscale: #B8B8B8. Windows color (decimal): -4800615 or 10076086. OLE color: 10076086.

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

Color convert

RGB182191153-
CMYK0.0500.200.25
HSL74.21º22.89%67.45%-
HSV(B)74.21º19.9%74.9%-
XYZ43.6749.5137.39-
YUV183.98110.52126.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=34.60%
G=36.31%
B=29.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911530.0500.200.2574.2122.8967.45
HexB6BF995014194a1743
Octal26627723150243111227103
Binary101101101011111110011001101010100110011001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF99; }

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

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

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

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

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

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

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

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