#BDB666

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

Shades of Dark Khaki #BDB666

Tints of Dark Khaki #BDB666

Color information

#BDB666 (or 0xBDB666) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 66. RGB value is (189,182,102). Sum of RGB (Red+Green+Blue) = 189+182+102=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB666 is #424999. Grayscale: #AFAFAF. Windows color (decimal): -4344218 or 6731453. OLE color: 6731453.

HSL color Cylindrical-coordinate representation of color #BDB666: hue angle of 55.17º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB666 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189182102-
CMYK00.040.460.26
HSL55.17º39.73%57.06%-
HSV(B)55.17º46.03%74.12%-
XYZ40.1145.2319.19-
YUV174.9786.82138-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=39.96%
G=38.48%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918210200.040.460.2655.1739.7357.06
HexBDB666042E1A372839
Octal275266146045632675071
Binary10111101101101101100110010010111011010110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB666; }

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

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

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

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

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

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

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

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