#B9B76E

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

Shades of Dark Khaki #B9B76E

Tints of Dark Khaki #B9B76E

Color information

#B9B76E (or 0xB9B76E) is unknown color: approx Dark Khaki. HEX triplet: B9, B7 and 6E. RGB value is (185,183,110). Sum of RGB (Red+Green+Blue) = 185+183+110=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B76E is #464891. Grayscale: #AFAFAF. Windows color (decimal): -4606098 or 7255993. OLE color: 7255993.

HSL color Cylindrical-coordinate representation of color #B9B76E: hue angle of 58.4º 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 #B9B76E is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185183110-
CMYK00.010.410.27
HSL58.4º34.88%57.84%-
HSV(B)58.4º40.54%72.55%-
XYZ39.7645.3121.4-
YUV175.2891.16134.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=38.70%
G=38.28%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518311000.010.410.2758.434.8857.84
HexB9B76E01291B3a233a
Octal271267156015133724372
Binary101110011011011111011100110100111011111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B76E; }

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

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

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

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

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

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

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

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