#B6BF98

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

Shades of Green Mist #B6BF98

Tints of Green Mist #B6BF98

Color information

#B6BF98 (or 0xB6BF98) is unknown color: approx Green Mist. HEX triplet: B6, BF and 98. RGB value is (182,191,152). Sum of RGB (Red+Green+Blue) = 182+191+152=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF98 is #494067. Grayscale: #B8B8B8. Windows color (decimal): -4800616 or 10010550. OLE color: 10010550.

HSL color Cylindrical-coordinate representation of color #B6BF98: hue angle of 73.85º 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 #B6BF98 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB182191152-
CMYK0.0500.200.25
HSL73.85º23.35%67.25%-
HSV(B)73.85º20.42%74.9%-
XYZ43.5949.4736.96-
YUV183.86110.02126.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=34.67%
G=36.38%
B=28.95%

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
Decimal1821911520.0500.200.2573.8523.3567.25
HexB6BF985014194a1743
Octal26627723050243111227103
Binary101101101011111110011000101010100110011001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF98; }

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

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

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

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

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

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

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

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