#B6B96E

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

Shades of Dark Khaki #B6B96E

Tints of Dark Khaki #B6B96E

Color information

#B6B96E (or 0xB6B96E) is unknown color: approx Dark Khaki. HEX triplet: B6, B9 and 6E. RGB value is (182,185,110). Sum of RGB (Red+Green+Blue) = 182+185+110=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B96E is #494691. Grayscale: #AFAFAF. Windows color (decimal): -4802194 or 7256502. OLE color: 7256502.

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

Color convert

RGB182185110-
CMYK0.0200.410.27
HSL62.4º34.88%57.84%-
HSV(B)62.4º40.54%72.55%-
XYZ39.4545.7721.51-
YUV175.5591.01132.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=38.16%
G=38.78%
B=23.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851100.0200.410.2762.434.8857.84
HexB6B96E20291B3e233a
Octal266271156205133764372
Binary1011011010111001110111010010100111011111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B96E; }

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

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

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

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

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

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

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

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