#A4B878

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

Shades of Olivine #A4B878

Tints of Olivine #A4B878

Color information

#A4B878 (or 0xA4B878) is unknown color: approx Olivine. HEX triplet: A4, B8 and 78. RGB value is (164,184,120). Sum of RGB (Red+Green+Blue) = 164+184+120=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B878 is #5B4787. Grayscale: #AAAAAA. Windows color (decimal): -5982088 or 7911588. OLE color: 7911588.

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

Color convert

RGB164184120-
CMYK0.1100.350.28
HSL78.75º31.07%59.61%-
HSV(B)78.75º34.78%72.16%-
XYZ35.8443.5324.28-
YUV170.7299.37123.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=35.04%
G=39.32%
B=25.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841200.1100.350.2878.7531.0759.61
HexA4B878B0231C4f1f3c
Octal24427017013043341173774
Binary101001001011100011110001011010001111100100111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B878; }

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

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

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

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

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

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

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

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