#B3B86B

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

Shades of Dark Khaki #B3B86B

Tints of Dark Khaki #B3B86B

Color information

#B3B86B (or 0xB3B86B) is unknown color: approx Dark Khaki. HEX triplet: B3, B8 and 6B. RGB value is (179,184,107). Sum of RGB (Red+Green+Blue) = 179+184+107=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B86B is #4C4794. Grayscale: #AEAEAE. Windows color (decimal): -4999061 or 7059635. OLE color: 7059635.

HSL color Cylindrical-coordinate representation of color #B3B86B: hue angle of 63.9º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3B86B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB179184107-
CMYK0.0300.420.28
HSL63.9º35.16%57.06%-
HSV(B)63.9º41.85%72.16%-
XYZ38.3844.9320.56-
YUV173.7390.34131.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=38.09%
G=39.15%
B=22.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841070.0300.420.2863.935.1657.06
HexB3B86B302A1C402339
Octal2632701533052341004371
Binary10110011101110001101011110101010111001000000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B86B; }

 p { color: rgb(179,184,107); }

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

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

 a { background-color: rgb(179,184,107); }

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

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

 span { border-color: rgb(179,184,107); }

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