#B8B96A

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

Shades of Dark Khaki #B8B96A

Tints of Dark Khaki #B8B96A

Color information

#B8B96A (or 0xB8B96A) is unknown color: approx Dark Khaki. HEX triplet: B8, B9 and 6A. RGB value is (184,185,106). Sum of RGB (Red+Green+Blue) = 184+185+106=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B96A is #474695. Grayscale: #B0B0B0. Windows color (decimal): -4671126 or 6994360. OLE color: 6994360.

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

Color convert

RGB184185106-
CMYK0.0100.430.27
HSL60.76º36.07%57.06%-
HSV(B)60.76º42.7%72.55%-
XYZ39.7245.9320.41-
YUV175.788.67133.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=38.74%
G=38.95%
B=22.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841851060.0100.430.2760.7636.0757.06
HexB8B96A102B1B3d2439
Octal270271152105333754471
Binary101110001011100111010101010101111011111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B96A; }

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

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

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

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

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

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

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

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