#B9BB66

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

Shades of Dark Khaki #B9BB66

Tints of Dark Khaki #B9BB66

Color information

#B9BB66 (or 0xB9BB66) is unknown color: approx Dark Khaki. HEX triplet: B9, BB and 66. RGB value is (185,187,102). Sum of RGB (Red+Green+Blue) = 185+187+102=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB66 is #464499. Grayscale: #B1B1B1. Windows color (decimal): -4605082 or 6732729. OLE color: 6732729.

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

Color convert

RGB185187102-
CMYK0.0100.450.27
HSL61.41º38.46%56.67%-
HSV(B)61.41º45.45%73.33%-
XYZ40.1846.8119.49-
YUV176.7185.84133.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=39.03%
G=39.45%
B=21.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871020.0100.450.2761.4138.4656.67
HexB9BB66102D1B3d2639
Octal271273146105533754671
Binary101110011011101111001101010110111011111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BB66; }

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

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

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

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

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

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

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

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