#A0BC71

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

Shades of Olivine #A0BC71

Tints of Olivine #A0BC71

Color information

#A0BC71 (or 0xA0BC71) is unknown color: approx Olivine. HEX triplet: A0, BC and 71. RGB value is (160,188,113). Sum of RGB (Red+Green+Blue) = 160+188+113=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC71 is #5F438E. Grayscale: #ABABAB. Windows color (decimal): -6243215 or 7453856. OLE color: 7453856.

HSL color Cylindrical-coordinate representation of color #A0BC71: hue angle of 82.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BC71 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB160188113-
CMYK0.1500.400.26
HSL82.4º35.89%59.02%-
HSV(B)82.4º39.89%73.73%-
XYZ35.4644.6322.37-
YUV171.0895.22120.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=34.71%
G=40.78%
B=24.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881130.1500.400.2682.435.8959.02
HexA0BC71F0281A52243b
Octal24027416117050321224473
Binary1010000010111100111000111110101000110101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC71; }

 p { color: rgb(160,188,113); }

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

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

 a { background-color: rgb(160,188,113); }

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

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

 span { border-color: rgb(160,188,113); }

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