#A1BC62

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

Shades of Olivine #A1BC62

Tints of Olivine #A1BC62

Color information

#A1BC62 (or 0xA1BC62) is unknown color: approx Olivine. HEX triplet: A1, BC and 62. RGB value is (161,188,98). Sum of RGB (Red+Green+Blue) = 161+188+98=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC62 is #5E439D. Grayscale: #A9A9A9. Windows color (decimal): -6177694 or 6470817. OLE color: 6470817.

HSL color Cylindrical-coordinate representation of color #A1BC62: hue angle of 78º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1BC62 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB16118898-
CMYK0.1400.480.26
HSL78º40.18%56.08%-
HSV(B)78º47.87%73.73%-
XYZ34.8944.4318.29-
YUV169.6787.55121.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=36.02%
G=42.06%
B=21.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161188980.1400.480.267840.1856.08
HexA1BC62E0301A4e2838
Octal24127414216060321165070
Binary1010000110111100110001011100110000110101001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC62; }

 p { color: rgb(161,188,98); }

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

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

 a { background-color: rgb(161,188,98); }

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

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

 span { border-color: rgb(161,188,98); }

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