#A4BE76

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

Shades of Olivine #A4BE76

Tints of Olivine #A4BE76

Color information

#A4BE76 (or 0xA4BE76) is unknown color: approx Olivine. HEX triplet: A4, BE and 76. RGB value is (164,190,118). Sum of RGB (Red+Green+Blue) = 164+190+118=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE76 is #5B4189. Grayscale: #AEAEAE. Windows color (decimal): -5980554 or 7782052. OLE color: 7782052.

HSL color Cylindrical-coordinate representation of color #A4BE76: hue angle of 81.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4BE76 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB164190118-
CMYK0.1400.380.25
HSL81.67º35.64%60.39%-
HSV(B)81.67º37.89%74.51%-
XYZ36.9946.0324.07-
YUV174.0296.39120.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 118 (46.48% from 255) = 25%
R=34.75%
G=40.25%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901180.1400.380.2581.6735.6460.39
HexA4BE76E0261952243c
Octal24427616616046311224474
Binary1010010010111110111011011100100110110011010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE76; }

 p { color: rgb(164,190,118); }

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

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

 a { background-color: rgb(164,190,118); }

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

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

 span { border-color: rgb(164,190,118); }

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