#BFBD92

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

Shades of Green Mist #BFBD92

Tints of Green Mist #BFBD92

Color information

#BFBD92 (or 0xBFBD92) is unknown color: approx Green Mist. HEX triplet: BF, BD and 92. RGB value is (191,189,146). Sum of RGB (Red+Green+Blue) = 191+189+146=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD92 is #40426D. Grayscale: #B8B8B8. Windows color (decimal): -4211310 or 9616831. OLE color: 9616831.

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

Color convert

RGB191189146-
CMYK00.010.240.25
HSL57.33º26.01%66.08%-
HSV(B)57.33º23.56%74.9%-
XYZ44.8749.5534.39-
YUV184.7106.16132.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=36.31%
G=35.93%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118914600.010.240.2557.3326.0166.08
HexBFBD92011819391a42
Octal2772752220130317132102
Binary101111111011110110010010011100011001111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD92; }

 p { color: rgb(191,189,146); }

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

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

 a { background-color: rgb(191,189,146); }

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

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

 span { border-color: rgb(191,189,146); }

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