#B6B86A

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

Shades of Dark Khaki #B6B86A

Tints of Dark Khaki #B6B86A

Color information

#B6B86A (or 0xB6B86A) is unknown color: approx Dark Khaki. HEX triplet: B6, B8 and 6A. RGB value is (182,184,106). Sum of RGB (Red+Green+Blue) = 182+184+106=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B86A is #494795. Grayscale: #AEAEAE. Windows color (decimal): -4802454 or 6994102. OLE color: 6994102.

HSL color Cylindrical-coordinate representation of color #B6B86A: hue angle of 61.54º 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 #B6B86A is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB182184106-
CMYK0.0100.420.28
HSL61.54º35.45%56.86%-
HSV(B)61.54º42.39%72.16%-
XYZ39.0345.2720.32-
YUV174.5189.34133.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=38.56%
G=38.98%
B=22.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821841060.0100.420.2861.5435.4556.86
HexB6B86A102A1C3e2339
Octal266270152105234764371
Binary101101101011100011010101010101011100111110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B86A; }

 p { color: rgb(182,184,106); }

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

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

 a { background-color: rgb(182,184,106); }

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

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

 span { border-color: rgb(182,184,106); }

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