#B7B86A

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

Shades of Dark Khaki #B7B86A

Tints of Dark Khaki #B7B86A

Color information

#B7B86A (or 0xB7B86A) is unknown color: approx Dark Khaki. HEX triplet: B7, B8 and 6A. RGB value is (183,184,106). Sum of RGB (Red+Green+Blue) = 183+184+106=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B86A is #484795. Grayscale: #AFAFAF. Windows color (decimal): -4736918 or 6994103. OLE color: 6994103.

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

Color convert

RGB183184106-
CMYK0.0100.420.28
HSL60.77º35.45%56.86%-
HSV(B)60.77º42.39%72.16%-
XYZ39.2745.3920.33-
YUV174.8189.17133.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=38.69%
G=38.90%
B=22.41%

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
Decimal1831841060.0100.420.2860.7735.4556.86
HexB7B86A102A1C3d2339
Octal267270152105234754371
Binary101101111011100011010101010101011100111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B86A; }

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

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

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

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

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

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

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

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