#BDBF9C

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

Shades of Green Mist #BDBF9C

Tints of Green Mist #BDBF9C

Color information

#BDBF9C (or 0xBDBF9C) is unknown color: approx Green Mist. HEX triplet: BD, BF and 9C. RGB value is (189,191,156). Sum of RGB (Red+Green+Blue) = 189+191+156=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF9C is #424063. Grayscale: #BABABA. Windows color (decimal): -4341860 or 10272701. OLE color: 10272701.

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

Color convert

RGB189191156-
CMYK0.0100.180.25
HSL63.43º21.47%68.04%-
HSV(B)63.43º18.32%74.9%-
XYZ45.6250.4838.79-
YUV186.41110.84129.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=35.26%
G=35.63%
B=29.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911560.0100.180.2563.4321.4768.04
HexBDBF9C1012193f1544
Octal2752772341022317725104
Binary101111011011111110011100101001011001111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF9C; }

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

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

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

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

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

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

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

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