#B9BC6A

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

Shades of Dark Khaki #B9BC6A

Tints of Dark Khaki #B9BC6A

Color information

#B9BC6A (or 0xB9BC6A) is unknown color: approx Dark Khaki. HEX triplet: B9, BC and 6A. RGB value is (185,188,106). Sum of RGB (Red+Green+Blue) = 185+188+106=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC6A is #464395. Grayscale: #B2B2B2. Windows color (decimal): -4604822 or 6995129. OLE color: 6995129.

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

Color convert

RGB185188106-
CMYK0.0200.440.26
HSL62.2º37.96%57.65%-
HSV(B)62.2º43.62%73.73%-
XYZ40.5947.3220.63-
YUV177.7687.51133.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=38.62%
G=39.25%
B=22.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881060.0200.440.2662.237.9657.65
HexB9BC6A202C1A3e263a
Octal271274152205432764672
Binary1011100110111100110101010010110011010111110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC6A; }

 p { color: rgb(185,188,106); }

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

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

 a { background-color: rgb(185,188,106); }

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

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

 span { border-color: rgb(185,188,106); }

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