#B0B96D

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

Shades of Dark Khaki #B0B96D

Tints of Dark Khaki #B0B96D

Color information

#B0B96D (or 0xB0B96D) is unknown color: approx Dark Khaki. HEX triplet: B0, B9 and 6D. RGB value is (176,185,109). Sum of RGB (Red+Green+Blue) = 176+185+109=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B96D is #4F4692. Grayscale: #ADADAD. Windows color (decimal): -5195411 or 7190960. OLE color: 7190960.

HSL color Cylindrical-coordinate representation of color #B0B96D: hue angle of 67.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0B96D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB176185109-
CMYK0.0500.410.27
HSL67.11º35.19%57.65%-
HSV(B)67.11º41.08%72.55%-
XYZ38.0145.0321.16-
YUV173.6491.52129.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=37.45%
G=39.36%
B=23.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851090.0500.410.2767.1135.1957.65
HexB0B96D50291B43233a
Octal2602711555051331034372
Binary101100001011100111011011010101001110111000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B96D; }

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

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

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

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

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

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

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

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