#B8B96D

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

Shades of Dark Khaki #B8B96D

Tints of Dark Khaki #B8B96D

Color information

#B8B96D (or 0xB8B96D) is unknown color: approx Dark Khaki. HEX triplet: B8, B9 and 6D. RGB value is (184,185,109). Sum of RGB (Red+Green+Blue) = 184+185+109=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B96D is #474692. Grayscale: #B0B0B0. Windows color (decimal): -4671123 or 7190968. OLE color: 7190968.

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

Color convert

RGB184185109-
CMYK0.0100.410.27
HSL60.79º35.19%57.65%-
HSV(B)60.79º41.08%72.55%-
XYZ39.8845.9921.24-
YUV176.0490.17133.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=38.49%
G=38.70%
B=22.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841851090.0100.410.2760.7935.1957.65
HexB8B96D10291B3d233a
Octal270271155105133754372
Binary101110001011100111011011010100111011111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B96D; }

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

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

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

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

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

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

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

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