#B8BF8D

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

Shades of Green Mist #B8BF8D

Tints of Green Mist #B8BF8D

Color information

#B8BF8D (or 0xB8BF8D) is unknown color: approx Green Mist. HEX triplet: B8, BF and 8D. RGB value is (184,191,141). Sum of RGB (Red+Green+Blue) = 184+191+141=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF8D is #474072. Grayscale: #B7B7B7. Windows color (decimal): -4669555 or 9289656. OLE color: 9289656.

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

Color convert

RGB184191141-
CMYK0.0400.260.25
HSL68.4º28.09%65.1%-
HSV(B)68.4º26.18%74.9%-
XYZ43.2149.3832.45-
YUV183.21104.18128.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=35.66%
G=37.02%
B=27.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911410.0400.260.2568.428.0965.1
HexB8BF8D401A19441c41
Octal27027721540323110434101
Binary101110001011111110001101100011010110011000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF8D; }

 p { color: rgb(184,191,141); }

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

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

 a { background-color: rgb(184,191,141); }

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

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

 span { border-color: rgb(184,191,141); }

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