#A4B477

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

Shades of Olivine #A4B477

Tints of Olivine #A4B477

Color information

#A4B477 (or 0xA4B477) is unknown color: approx Olivine. HEX triplet: A4, B4 and 77. RGB value is (164,180,119). Sum of RGB (Red+Green+Blue) = 164+180+119=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B477 is #5B4B88. Grayscale: #A8A8A8. Windows color (decimal): -5983113 or 7845028. OLE color: 7845028.

HSL color Cylindrical-coordinate representation of color #A4B477: hue angle of 75.74º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B477 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB164180119-
CMYK0.0900.340.29
HSL75.74º28.91%58.63%-
HSV(B)75.74º33.89%70.59%-
XYZ34.9641.8723.69-
YUV168.26100.2124.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=35.42%
G=38.88%
B=25.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801190.0900.340.2975.7428.9158.63
HexA4B47790221D4c1d3b
Octal24426416711042351143573
Binary101001001011010011101111001010001011101100110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B477; }

 p { color: rgb(164,180,119); }

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

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

 a { background-color: rgb(164,180,119); }

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

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

 span { border-color: rgb(164,180,119); }

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