#B6BB6E

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

Shades of Dark Khaki #B6BB6E

Tints of Dark Khaki #B6BB6E

Color information

#B6BB6E (or 0xB6BB6E) is unknown color: approx Dark Khaki. HEX triplet: B6, BB and 6E. RGB value is (182,187,110). Sum of RGB (Red+Green+Blue) = 182+187+110=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BB6E is #494491. Grayscale: #B1B1B1. Windows color (decimal): -4801682 or 7257014. OLE color: 7257014.

HSL color Cylindrical-coordinate representation of color #B6BB6E: hue angle of 63.9º 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 #B6BB6E is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB182187110-
CMYK0.0300.410.27
HSL63.9º36.15%58.24%-
HSV(B)63.9º41.18%73.33%-
XYZ39.8846.6121.65-
YUV176.7390.34131.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=38.00%
G=39.04%
B=22.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871100.0300.410.2763.936.1558.24
HexB6BB6E30291B40243a
Octal2662731563051331004472
Binary10110110101110111101110110101001110111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB6E; }

 p { color: rgb(182,187,110); }

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

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

 a { background-color: rgb(182,187,110); }

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

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

 span { border-color: rgb(182,187,110); }

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