#B4B96E

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

Shades of Dark Khaki #B4B96E

Tints of Dark Khaki #B4B96E

Color information

#B4B96E (or 0xB4B96E) is unknown color: approx Dark Khaki. HEX triplet: B4, B9 and 6E. RGB value is (180,185,110). Sum of RGB (Red+Green+Blue) = 180+185+110=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B96E is #4B4691. Grayscale: #AFAFAF. Windows color (decimal): -4933266 or 7256500. OLE color: 7256500.

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

Color convert

RGB180185110-
CMYK0.0300.410.27
HSL64º34.88%57.84%-
HSV(B)64º40.54%72.55%-
XYZ38.9945.5321.48-
YUV174.9691.34131.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=37.89%
G=38.95%
B=23.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851100.0300.410.276434.8857.84
HexB4B96E30291B40233a
Octal2642711563051331004372
Binary10110100101110011101110110101001110111000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B96E; }

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

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

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

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

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

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

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

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