#BDB96F

Color #BDB96F Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BDB96F

Tints of Dark Khaki #BDB96F

Color information

#BDB96F (or 0xBDB96F) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 6F. RGB value is (189,185,111). Sum of RGB (Red+Green+Blue) = 189+185+111=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB96F is #424690. Grayscale: #B2B2B2. Windows color (decimal): -4343441 or 7322045. OLE color: 7322045.

HSL color Cylindrical-coordinate representation of color #BDB96F: hue angle of 56.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB96F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189185111-
CMYK00.020.410.26
HSL56.92º37.14%58.82%-
HSV(B)56.92º41.27%74.12%-
XYZ41.246.6621.87-
YUV177.7690.33136.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=38.97%
G=38.14%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918511100.020.410.2656.9237.1458.82
HexBDB96F02291A39253b
Octal275271157025132714573
Binary1011110110111001110111101010100111010111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB96F; }

 p { color: rgb(189,185,111); }

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

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

 a { background-color: rgb(189,185,111); }

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

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

 span { border-color: rgb(189,185,111); }

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