#BDB662

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

Shades of Dark Khaki #BDB662

Tints of Dark Khaki #BDB662

Color information

#BDB662 (or 0xBDB662) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 62. RGB value is (189,182,98). Sum of RGB (Red+Green+Blue) = 189+182+98=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB662 is #42499D. Grayscale: #AEAEAE. Windows color (decimal): -4344222 or 6469309. OLE color: 6469309.

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

Color convert

RGB18918298-
CMYK00.040.480.26
HSL55.38º40.81%56.27%-
HSV(B)55.38º48.15%74.12%-
XYZ39.9245.1618.17-
YUV174.5284.82138.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 98 (38.67% from 255) = 20.90%
R=40.30%
G=38.81%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891829800.040.480.2655.3840.8156.27
HexBDB66204301A372938
Octal275266142046032675170
Binary10111101101101101100010010011000011010110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB662; }

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

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

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

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

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

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

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

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