#B9BD65

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

Shades of Dark Khaki #B9BD65

Tints of Dark Khaki #B9BD65

Color information

#B9BD65 (or 0xB9BD65) is unknown color: approx Dark Khaki. HEX triplet: B9, BD and 65. RGB value is (185,189,101). Sum of RGB (Red+Green+Blue) = 185+189+101=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD65 is #46429A. Grayscale: #B2B2B2. Windows color (decimal): -4604571 or 6667705. OLE color: 6667705.

HSL color Cylindrical-coordinate representation of color #B9BD65: hue angle of 62.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9BD65 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB185189101-
CMYK0.0200.470.26
HSL62.73º40%56.86%-
HSV(B)62.73º46.56%74.12%-
XYZ40.5547.6519.37-
YUV177.7784.67133.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=38.95%
G=39.79%
B=21.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891010.0200.470.2662.734056.86
HexB9BD65202F1A3f2839
Octal271275145205732775071
Binary1011100110111101110010110010111111010111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD65; }

 p { color: rgb(185,189,101); }

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

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

 a { background-color: rgb(185,189,101); }

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

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

 span { border-color: rgb(185,189,101); }

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