#BDB661

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

Shades of Dark Khaki #BDB661

Tints of Dark Khaki #BDB661

Color information

#BDB661 (or 0xBDB661) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 61. RGB value is (189,182,97). Sum of RGB (Red+Green+Blue) = 189+182+97=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB661 is #42499E. Grayscale: #AEAEAE. Windows color (decimal): -4344223 or 6403773. OLE color: 6403773.

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

Color convert

RGB18918297-
CMYK00.040.490.26
HSL55.43º41.07%56.08%-
HSV(B)55.43º48.68%74.12%-
XYZ39.8745.1417.92-
YUV174.484.32138.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=40.38%
G=38.89%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891829700.040.490.2655.4341.0756.08
HexBDB66104311A372938
Octal275266141046132675170
Binary10111101101101101100001010011000111010110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB661; }

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

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

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

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

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

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

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

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