#BDB96E

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

Shades of Dark Khaki #BDB96E

Tints of Dark Khaki #BDB96E

Color information

#BDB96E (or 0xBDB96E) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 6E. RGB value is (189,185,110). Sum of RGB (Red+Green+Blue) = 189+185+110=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB96E is #424691. Grayscale: #B1B1B1. Windows color (decimal): -4343442 or 7256509. OLE color: 7256509.

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

Color convert

RGB189185110-
CMYK00.020.420.26
HSL56.96º37.44%58.63%-
HSV(B)56.96º41.8%74.12%-
XYZ41.1546.6421.59-
YUV177.6589.83136.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=39.05%
G=38.22%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918511000.020.420.2656.9637.4458.63
HexBDB96E022A1A39253b
Octal275271156025232714573
Binary1011110110111001110111001010101011010111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB96E; }

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

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

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

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

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

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

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

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