#B9BB6D

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

Shades of Dark Khaki #B9BB6D

Tints of Dark Khaki #B9BB6D

Color information

#B9BB6D (or 0xB9BB6D) is unknown color: approx Dark Khaki. HEX triplet: B9, BB and 6D. RGB value is (185,187,109). Sum of RGB (Red+Green+Blue) = 185+187+109=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB6D is #464492. Grayscale: #B1B1B1. Windows color (decimal): -4605075 or 7191481. OLE color: 7191481.

HSL color Cylindrical-coordinate representation of color #B9BB6D: hue angle of 61.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9BB6D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185187109-
CMYK0.0100.420.27
HSL61.54º36.45%58.04%-
HSV(B)61.54º41.71%73.33%-
XYZ40.5446.9621.4-
YUV177.5189.34133.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=38.46%
G=38.88%
B=22.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871090.0100.420.2761.5436.4558.04
HexB9BB6D102A1B3e243a
Octal271273155105233764472
Binary101110011011101111011011010101011011111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB6D; }

 p { color: rgb(185,187,109); }

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

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

 a { background-color: rgb(185,187,109); }

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

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

 span { border-color: rgb(185,187,109); }

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