#A4B96F

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

Shades of Olivine #A4B96F

Tints of Olivine #A4B96F

Color information

#A4B96F (or 0xA4B96F) is unknown color: approx Olivine. HEX triplet: A4, B9 and 6F. RGB value is (164,185,111). Sum of RGB (Red+Green+Blue) = 164+185+111=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B96F is #5B4690. Grayscale: #AAAAAA. Windows color (decimal): -5981841 or 7322020. OLE color: 7322020.

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

Color convert

RGB164185111-
CMYK0.1100.40.27
HSL77.03º34.58%58.04%-
HSV(B)77.03º40%72.55%-
XYZ35.5343.7421.61-
YUV170.2894.54123.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=35.65%
G=40.22%
B=24.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851110.1100.40.2777.0334.5858.04
HexA4B96FB0281B4d233a
Octal24427115713050331154372
Binary1010010010111001110111110110101000110111001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B96F; }

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

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

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

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

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

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

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

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