#A4B969

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

Shades of Olivine #A4B969

Tints of Olivine #A4B969

Color information

#A4B969 (or 0xA4B969) is unknown color: approx Olivine. HEX triplet: A4, B9 and 69. RGB value is (164,185,105). Sum of RGB (Red+Green+Blue) = 164+185+105=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B969 is #5B4696. Grayscale: #A9A9A9. Windows color (decimal): -5981847 or 6928804. OLE color: 6928804.

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

Color convert

RGB164185105-
CMYK0.1100.430.27
HSL75.75º36.36%56.86%-
HSV(B)75.75º43.24%72.55%-
XYZ35.2143.6119.93-
YUV169.691.54124-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=36.12%
G=40.75%
B=23.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851050.1100.430.2775.7536.3656.86
HexA4B969B02B1B4c2439
Octal24427115113053331144471
Binary1010010010111001110100110110101011110111001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B969; }

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

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

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

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

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

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

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

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