#A4B871

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

Shades of Olivine #A4B871

Tints of Olivine #A4B871

Color information

#A4B871 (or 0xA4B871) is unknown color: approx Olivine. HEX triplet: A4, B8 and 71. RGB value is (164,184,113). Sum of RGB (Red+Green+Blue) = 164+184+113=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B871 is #5B478E. Grayscale: #AAAAAA. Windows color (decimal): -5982095 or 7452836. OLE color: 7452836.

HSL color Cylindrical-coordinate representation of color #A4B871: hue angle of 76.9º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4B871 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB164184113-
CMYK0.1100.390.28
HSL76.9º33.33%58.24%-
HSV(B)76.9º38.59%72.16%-
XYZ35.4343.3722.13-
YUV169.9395.87123.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=35.57%
G=39.91%
B=24.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841130.1100.390.2876.933.3358.24
HexA4B871B0271C4d213a
Octal24427016113047341154172
Binary1010010010111000111000110110100111111001001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B871; }

 p { color: rgb(164,184,113); }

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

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

 a { background-color: rgb(164,184,113); }

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

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

 span { border-color: rgb(164,184,113); }

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