#BDBF8E

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

Shades of Green Mist #BDBF8E

Tints of Green Mist #BDBF8E

Color information

#BDBF8E (or 0xBDBF8E) is unknown color: approx Green Mist. HEX triplet: BD, BF and 8E. RGB value is (189,191,142). Sum of RGB (Red+Green+Blue) = 189+191+142=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF8E is #424071. Grayscale: #B9B9B9. Windows color (decimal): -4341874 or 9355197. OLE color: 9355197.

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

Color convert

RGB189191142-
CMYK0.0100.260.25
HSL62.45º27.68%65.29%-
HSV(B)62.45º25.65%74.9%-
XYZ44.550.0332.9-
YUV184.82103.84130.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=36.21%
G=36.59%
B=27.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911420.0100.260.2562.4527.6865.29
HexBDBF8E101A193e1c41
Octal2752772161032317634101
Binary101111011011111110001110101101011001111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF8E; }

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

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

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

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

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

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

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

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