#A4BC76

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

Shades of Olivine #A4BC76

Tints of Olivine #A4BC76

Color information

#A4BC76 (or 0xA4BC76) is unknown color: approx Olivine. HEX triplet: A4, BC and 76. RGB value is (164,188,118). Sum of RGB (Red+Green+Blue) = 164+188+118=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC76 is #5B4389. Grayscale: #ADADAD. Windows color (decimal): -5981066 or 7781540. OLE color: 7781540.

HSL color Cylindrical-coordinate representation of color #A4BC76: hue angle of 80.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4BC76 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB164188118-
CMYK0.1300.370.26
HSL80.57º34.31%60%-
HSV(B)80.57º37.23%73.73%-
XYZ36.5645.1723.93-
YUV172.8497.05121.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=34.89%
G=40%
B=25.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881180.1300.370.2680.5734.3160
HexA4BC76D0251A51223c
Octal24427416615045321214274
Binary1010010010111100111011011010100101110101010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC76; }

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

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

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

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

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

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

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

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