#BDBF6C

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

Shades of Dark Khaki #BDBF6C

Tints of Dark Khaki #BDBF6C

Color information

#BDBF6C (or 0xBDBF6C) is unknown color: approx Dark Khaki. HEX triplet: BD, BF and 6C. RGB value is (189,191,108). Sum of RGB (Red+Green+Blue) = 189+191+108=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF6C is #424093. Grayscale: #B5B5B5. Windows color (decimal): -4341908 or 7126973. OLE color: 7126973.

HSL color Cylindrical-coordinate representation of color #BDBF6C: hue angle of 61.45º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDBF6C is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB189191108-
CMYK0.0100.430.25
HSL61.45º39.34%58.63%-
HSV(B)61.45º43.46%74.9%-
XYZ42.3249.1621.45-
YUV180.9486.84133.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 108 (42.58% from 255) = 22.13%
R=38.73%
G=39.14%
B=22.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911080.0100.430.2561.4539.3458.63
HexBDBF6C102B193d273b
Octal275277154105331754773
Binary101111011011111111011001010101111001111101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF6C; }

 p { color: rgb(189,191,108); }

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

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

 a { background-color: rgb(189,191,108); }

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

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

 span { border-color: rgb(189,191,108); }

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