#B0B66C

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

Shades of Dark Khaki #B0B66C

Tints of Dark Khaki #B0B66C

Color information

#B0B66C (or 0xB0B66C) is unknown color: approx Dark Khaki. HEX triplet: B0, B6 and 6C. RGB value is (176,182,108). Sum of RGB (Red+Green+Blue) = 176+182+108=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B66C is #4F4993. Grayscale: #ACACAC. Windows color (decimal): -5196180 or 7124656. OLE color: 7124656.

HSL color Cylindrical-coordinate representation of color #B0B66C: hue angle of 64.86º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0B66C is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB176182108-
CMYK0.0300.410.29
HSL64.86º33.64%56.86%-
HSV(B)64.86º40.66%71.37%-
XYZ37.3443.7720.67-
YUV171.7792.01131.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=37.77%
G=39.06%
B=23.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821080.0300.410.2964.8633.6456.86
HexB0B66C30291D412239
Octal2602661543051351014271
Binary10110000101101101101100110101001111011000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B66C; }

 p { color: rgb(176,182,108); }

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

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

 a { background-color: rgb(176,182,108); }

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

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

 span { border-color: rgb(176,182,108); }

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