#BDB66E

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

Shades of Dark Khaki #BDB66E

Tints of Dark Khaki #BDB66E

Color information

#BDB66E (or 0xBDB66E) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 6E. RGB value is (189,182,110). Sum of RGB (Red+Green+Blue) = 189+182+110=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB66E is #424991. Grayscale: #B0B0B0. Windows color (decimal): -4344210 or 7255741. OLE color: 7255741.

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

Color convert

RGB189182110-
CMYK00.040.420.26
HSL54.68º37.44%58.63%-
HSV(B)54.68º41.8%74.12%-
XYZ40.5345.421.38-
YUV175.8890.82137.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 182 (71.48% from 255) = 37.84%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=39.29%
G=37.84%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918211000.040.420.2654.6837.4458.63
HexBDB66E042A1A37253b
Octal275266156045232674573
Binary10111101101101101101110010010101011010110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB66E; }

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

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

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

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

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

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

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

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