#B9BB6F

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

Shades of Dark Khaki #B9BB6F

Tints of Dark Khaki #B9BB6F

Color information

#B9BB6F (or 0xB9BB6F) is unknown color: approx Dark Khaki. HEX triplet: B9, BB and 6F. RGB value is (185,187,111). Sum of RGB (Red+Green+Blue) = 185+187+111=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB6F is #464490. Grayscale: #B2B2B2. Windows color (decimal): -4605073 or 7322553. OLE color: 7322553.

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

Color convert

RGB185187111-
CMYK0.0100.410.27
HSL61.58º35.85%58.43%-
HSV(B)61.58º40.64%73.33%-
XYZ40.654721.97-
YUV177.7490.34133.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=38.30%
G=38.72%
B=22.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871110.0100.410.2761.5835.8558.43
HexB9BB6F10291B3e243a
Octal271273157105133764472
Binary101110011011101111011111010100111011111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB6F; }

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

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

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

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

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

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

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

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