#B7B966

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

Shades of Dark Khaki #B7B966

Tints of Dark Khaki #B7B966

Color information

#B7B966 (or 0xB7B966) is unknown color: approx Dark Khaki. HEX triplet: B7, B9 and 66. RGB value is (183,185,102). Sum of RGB (Red+Green+Blue) = 183+185+102=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B966 is #484699. Grayscale: #AFAFAF. Windows color (decimal): -4736666 or 6732215. OLE color: 6732215.

HSL color Cylindrical-coordinate representation of color #B7B966: hue angle of 61.45º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7B966 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB183185102-
CMYK0.0100.450.27
HSL61.45º37.22%56.27%-
HSV(B)61.45º44.86%72.55%-
XYZ39.2845.7219.33-
YUV174.9486.84133.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=38.94%
G=39.36%
B=21.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831851020.0100.450.2761.4537.2256.27
HexB7B966102D1B3d2538
Octal267271146105533754570
Binary101101111011100111001101010110111011111101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B966; }

 p { color: rgb(183,185,102); }

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

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

 a { background-color: rgb(183,185,102); }

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

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

 span { border-color: rgb(183,185,102); }

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