#B0B86D

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

Shades of Dark Khaki #B0B86D

Tints of Dark Khaki #B0B86D

Color information

#B0B86D (or 0xB0B86D) is unknown color: approx Dark Khaki. HEX triplet: B0, B8 and 6D. RGB value is (176,184,109). Sum of RGB (Red+Green+Blue) = 176+184+109=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B86D is #4F4792. Grayscale: #ADADAD. Windows color (decimal): -5195667 or 7190704. OLE color: 7190704.

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

Color convert

RGB176184109-
CMYK0.0400.410.28
HSL66.4º34.56%57.45%-
HSV(B)66.4º40.76%72.16%-
XYZ37.8144.6221.09-
YUV173.0691.85130.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=37.53%
G=39.23%
B=23.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841090.0400.410.2866.434.5657.45
HexB0B86D40291C422339
Octal2602701554051341024371
Binary101100001011100011011011000101001111001000010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B86D; }

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

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

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

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

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

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

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

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