#BDB76F

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

Shades of Dark Khaki #BDB76F

Tints of Dark Khaki #BDB76F

Color information

#BDB76F (or 0xBDB76F) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 6F. RGB value is (189,183,111). Sum of RGB (Red+Green+Blue) = 189+183+111=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB76F is #424890. Grayscale: #B0B0B0. Windows color (decimal): -4343953 or 7321533. OLE color: 7321533.

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

Color convert

RGB189183111-
CMYK00.030.410.26
HSL55.38º37.14%58.82%-
HSV(B)55.38º41.27%74.12%-
XYZ40.7945.8321.74-
YUV176.5990.99136.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=39.13%
G=37.89%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918311100.030.410.2655.3837.1458.82
HexBDB76F03291A37253b
Octal275267157035132674573
Binary1011110110110111110111101110100111010110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB76F; }

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

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

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

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

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

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

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

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