#B9BC6F

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

Shades of Dark Khaki #B9BC6F

Tints of Dark Khaki #B9BC6F

Color information

#B9BC6F (or 0xB9BC6F) is unknown color: approx Dark Khaki. HEX triplet: B9, BC and 6F. RGB value is (185,188,111). Sum of RGB (Red+Green+Blue) = 185+188+111=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC6F is #464390. Grayscale: #B2B2B2. Windows color (decimal): -4604817 or 7322809. OLE color: 7322809.

HSL color Cylindrical-coordinate representation of color #B9BC6F: hue angle of 62.34º degrees, saturation: 0.36, 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 #B9BC6F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB185188111-
CMYK0.0200.410.26
HSL62.34º36.49%58.63%-
HSV(B)62.34º40.96%73.73%-
XYZ40.8647.4322.04-
YUV178.3290.01132.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=38.22%
G=38.84%
B=22.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881110.0200.410.2662.3436.4958.63
HexB9BC6F20291A3e243b
Octal271274157205132764473
Binary1011100110111100110111110010100111010111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC6F; }

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

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

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

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

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

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

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

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