#BDB568

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

Shades of Dark Khaki #BDB568

Tints of Dark Khaki #BDB568

Color information

#BDB568 (or 0xBDB568) is unknown color: approx Dark Khaki. HEX triplet: BD, B5 and 68. RGB value is (189,181,104). Sum of RGB (Red+Green+Blue) = 189+181+104=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB568 is #424A97. Grayscale: #AEAEAE. Windows color (decimal): -4344472 or 6862269. OLE color: 6862269.

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

Color convert

RGB189181104-
CMYK00.040.450.26
HSL54.35º39.17%57.45%-
HSV(B)54.35º44.97%74.12%-
XYZ40.0144.8719.65-
YUV174.6188.15138.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 181 (71.09% from 255) = 38.19%
BLUE value IS 104 (41.02% from 255) = 21.94%
R=39.87%
G=38.19%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918110400.040.450.2654.3539.1757.45
HexBDB568042D1A362739
Octal275265150045532664771
Binary10111101101101011101000010010110111010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB568; }

 p { color: rgb(189,181,104); }

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

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

 a { background-color: rgb(189,181,104); }

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

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

 span { border-color: rgb(189,181,104); }

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