#BDBF6B

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

Shades of Dark Khaki #BDBF6B

Tints of Dark Khaki #BDBF6B

Color information

#BDBF6B (or 0xBDBF6B) is unknown color: approx Dark Khaki. HEX triplet: BD, BF and 6B. RGB value is (189,191,107). Sum of RGB (Red+Green+Blue) = 189+191+107=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF6B is #424094. Grayscale: #B5B5B5. Windows color (decimal): -4341909 or 7061437. OLE color: 7061437.

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

Color convert

RGB189191107-
CMYK0.0100.440.25
HSL61.43º39.62%58.43%-
HSV(B)61.43º43.98%74.9%-
XYZ42.2749.1421.17-
YUV180.8386.34133.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=38.81%
G=39.22%
B=21.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911070.0100.440.2561.4339.6258.43
HexBDBF6B102C193d283a
Octal275277153105431755072
Binary101111011011111111010111010110011001111101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF6B; }

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

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

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

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

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

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

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

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