#BDB866

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

Shades of Dark Khaki #BDB866

Tints of Dark Khaki #BDB866

Color information

#BDB866 (or 0xBDB866) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 66. RGB value is (189,184,102). Sum of RGB (Red+Green+Blue) = 189+184+102=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB866 is #424799. Grayscale: #B0B0B0. Windows color (decimal): -4343706 or 6731965. OLE color: 6731965.

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

Color convert

RGB189184102-
CMYK00.030.460.26
HSL56.55º39.73%57.06%-
HSV(B)56.55º46.03%74.12%-
XYZ40.5346.0619.32-
YUV176.1586.16137.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=39.79%
G=38.74%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918410200.030.460.2656.5539.7357.06
HexBDB866032E1A392839
Octal275270146035632715071
Binary1011110110111000110011001110111011010111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB866; }

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

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

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

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

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

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

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

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