#BDBF9F

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

Shades of Green Mist #BDBF9F

Tints of Green Mist #BDBF9F

Color information

#BDBF9F (or 0xBDBF9F) is unknown color: approx Green Mist. HEX triplet: BD, BF and 9F. RGB value is (189,191,159). Sum of RGB (Red+Green+Blue) = 189+191+159=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF9F is #424060. Grayscale: #BABABA. Windows color (decimal): -4341857 or 10469309. OLE color: 10469309.

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

Color convert

RGB189191159-
CMYK0.0100.170.25
HSL63.75º20%68.63%-
HSV(B)63.75º16.75%74.9%-
XYZ45.8850.5840.15-
YUV186.75112.34129.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=35.06%
G=35.44%
B=29.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911590.0100.170.2563.752068.63
HexBDBF9F101119401445
Octal27527723710213110024105
Binary1011110110111111100111111010001110011000000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF9F; }

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

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

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

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

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

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

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

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