#B7B86D

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

Shades of Dark Khaki #B7B86D

Tints of Dark Khaki #B7B86D

Color information

#B7B86D (or 0xB7B86D) is unknown color: approx Dark Khaki. HEX triplet: B7, B8 and 6D. RGB value is (183,184,109). Sum of RGB (Red+Green+Blue) = 183+184+109=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B86D is #484792. Grayscale: #AFAFAF. Windows color (decimal): -4736915 or 7190711. OLE color: 7190711.

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

Color convert

RGB183184109-
CMYK0.0100.410.28
HSL60.8º34.56%57.45%-
HSV(B)60.8º40.76%72.16%-
XYZ39.4345.4521.16-
YUV175.1590.67133.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=38.45%
G=38.66%
B=22.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831841090.0100.410.2860.834.5657.45
HexB7B86D10291C3d2339
Octal267270155105134754371
Binary101101111011100011011011010100111100111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B86D; }

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

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

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

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

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

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

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

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