#bdb76b

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

Shades of DarkKhaki #BDB76B

Tints of DarkKhaki #BDB76B

Color information

#BDB76B (or 0xBDB76B) is known color: DarkKhaki. HEX triplet: BD, B7 and 6B. RGB value is (189,183,107). Sum of RGB (Red+Green+Blue) = 189+183+107=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB76B is #424894. Grayscale: #B0B0B0. Windows color (decimal): -4343957 or 7059389. OLE color: 7059389.

HSL color Cylindrical-coordinate representation of color #BDB76B: hue angle of 55.61º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDB76B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189183107-
CMYK00.030.430.26
HSL55.61º38.32%58.04%-
HSV(B)55.61º43.39%74.12%-
XYZ40.5745.7520.6-
YUV176.1388.99137.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=39.46%
G=38.20%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918310700.030.430.2655.6138.3258.04
HexBDB76B032B1A38263a
Octal275267153035332704672
Binary1011110110110111110101101110101111010111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb76b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb76b; }

 p { color: rgb(189,183,107); }

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

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

 a { background-color: rgb(189,183,107); }

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

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

 span { border-color: rgb(189,183,107); }

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