#B5B86D

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

Shades of Dark Khaki #B5B86D

Tints of Dark Khaki #B5B86D

Color information

#B5B86D (or 0xB5B86D) is unknown color: approx Dark Khaki. HEX triplet: B5, B8 and 6D. RGB value is (181,184,109). Sum of RGB (Red+Green+Blue) = 181+184+109=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B86D is #4A4792. Grayscale: #AEAEAE. Windows color (decimal): -4867987 or 7190709. OLE color: 7190709.

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

Color convert

RGB181184109-
CMYK0.0200.410.28
HSL62.4º34.56%57.45%-
HSV(B)62.4º40.76%72.16%-
XYZ38.9645.2121.14-
YUV174.5591.01132.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=38.19%
G=38.82%
B=23.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811841090.0200.410.2862.434.5657.45
HexB5B86D20291C3e2339
Octal265270155205134764371
Binary1011010110111000110110110010100111100111110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B86D; }

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

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

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

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

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

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

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

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