#B6B96F

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

Shades of Dark Khaki #B6B96F

Tints of Dark Khaki #B6B96F

Color information

#B6B96F (or 0xB6B96F) is unknown color: approx Dark Khaki. HEX triplet: B6, B9 and 6F. RGB value is (182,185,111). Sum of RGB (Red+Green+Blue) = 182+185+111=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B96F is #494690. Grayscale: #AFAFAF. Windows color (decimal): -4802193 or 7322038. OLE color: 7322038.

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

Color convert

RGB182185111-
CMYK0.0200.40.27
HSL62.43º34.58%58.04%-
HSV(B)62.43º40%72.55%-
XYZ39.5145.7921.8-
YUV175.6791.51132.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=38.08%
G=38.70%
B=23.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851110.0200.40.2762.4334.5858.04
HexB6B96F20281B3e233a
Octal266271157205033764372
Binary1011011010111001110111110010100011011111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B96F; }

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

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

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

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

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

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

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

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