#A4B968

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

Shades of Olivine #A4B968

Tints of Olivine #A4B968

Color information

#A4B968 (or 0xA4B968) is unknown color: approx Olivine. HEX triplet: A4, B9 and 68. RGB value is (164,185,104). Sum of RGB (Red+Green+Blue) = 164+185+104=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B968 is #5B4697. Grayscale: #A9A9A9. Windows color (decimal): -5981848 or 6863268. OLE color: 6863268.

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

Color convert

RGB164185104-
CMYK0.1100.440.27
HSL75.56º36.65%56.67%-
HSV(B)75.56º43.78%72.55%-
XYZ35.1643.5919.66-
YUV169.4991.04124.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=36.20%
G=40.84%
B=22.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851040.1100.440.2775.5636.6556.67
HexA4B968B02C1B4c2539
Octal24427115013054331144571
Binary1010010010111001110100010110101100110111001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B968; }

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

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

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

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

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

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

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

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