#BFBD93

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

Shades of Green Mist #BFBD93

Tints of Green Mist #BFBD93

Color information

#BFBD93 (or 0xBFBD93) is unknown color: approx Green Mist. HEX triplet: BF, BD and 93. RGB value is (191,189,147). Sum of RGB (Red+Green+Blue) = 191+189+147=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD93 is #40426C. Grayscale: #B8B8B8. Windows color (decimal): -4211309 or 9682367. OLE color: 9682367.

HSL color Cylindrical-coordinate representation of color #BFBD93: hue angle of 57.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 #BFBD93 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191189147-
CMYK00.010.230.25
HSL57.27º25.58%66.27%-
HSV(B)57.27º23.04%74.9%-
XYZ44.9549.5834.8-
YUV184.81106.66132.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=36.24%
G=35.86%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118914700.010.230.2557.2725.5866.27
HexBFBD93011719391a42
Octal2772752230127317132102
Binary101111111011110110010011011011111001111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD93; }

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

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

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

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

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

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

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

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