#B1B76D

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

Shades of Dark Khaki #B1B76D

Tints of Dark Khaki #B1B76D

Color information

#B1B76D (or 0xB1B76D) is unknown color: approx Dark Khaki. HEX triplet: B1, B7 and 6D. RGB value is (177,183,109). Sum of RGB (Red+Green+Blue) = 177+183+109=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B76D is #4E4892. Grayscale: #ADADAD. Windows color (decimal): -5130387 or 7190449. OLE color: 7190449.

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

Color convert

RGB177183109-
CMYK0.0300.400.28
HSL64.86º33.94%57.25%-
HSV(B)64.86º40.44%71.76%-
XYZ37.8344.3221.03-
YUV172.7792.01131.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=37.74%
G=39.02%
B=23.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771831090.0300.400.2864.8633.9457.25
HexB1B76D30281C412239
Octal2612671553050341014271
Binary10110001101101111101101110101000111001000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B76D; }

 p { color: rgb(177,183,109); }

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

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

 a { background-color: rgb(177,183,109); }

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

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

 span { border-color: rgb(177,183,109); }

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