#b4b96f

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

Shades of Dark Khaki #B4B96F

Tints of Dark Khaki #B4B96F

Color information

#B4B96F (or 0xB4B96F) is unknown color: approx Dark Khaki. HEX triplet: B4, B9 and 6F. RGB value is (180,185,111). Sum of RGB (Red+Green+Blue) = 180+185+111=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B96F is #4B4690. Grayscale: #AFAFAF. Windows color (decimal): -4933265 or 7322036. OLE color: 7322036.

HSL color Cylindrical-coordinate representation of color #B4B96F: hue angle of 64.05º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4B96F is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB180185111-
CMYK0.0300.40.27
HSL64.05º34.58%58.04%-
HSV(B)64.05º40%72.55%-
XYZ39.0445.5521.77-
YUV175.0791.84131.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=37.82%
G=38.87%
B=23.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851110.0300.40.2764.0534.5858.04
HexB4B96F30281B40233a
Octal2642711573050331004372
Binary10110100101110011101111110101000110111000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4b96f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4b96f; }

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

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

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

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

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

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

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

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