#A5C062

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

Shades of Olivine #A5C062

Tints of Olivine #A5C062

Color information

#A5C062 (or 0xA5C062) is unknown color: approx Olivine. HEX triplet: A5, C0 and 62. RGB value is (165,192,98). Sum of RGB (Red+Green+Blue) = 165+192+98=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C062 is #5A3F9D. Grayscale: #ADADAD. Windows color (decimal): -5914526 or 6471845. OLE color: 6471845.

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

Color convert

RGB16519298-
CMYK0.1400.490.25
HSL77.23º42.73%56.86%-
HSV(B)77.23º48.96%75.29%-
XYZ36.5746.5818.62-
YUV173.2185.55122.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=36.26%
G=42.20%
B=21.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165192980.1400.490.2577.2342.7356.86
HexA5C062E031194d2b39
Octal24530014216061311155371
Binary1010010111000000110001011100110001110011001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C062; }

 p { color: rgb(165,192,98); }

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

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

 a { background-color: rgb(165,192,98); }

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

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

 span { border-color: rgb(165,192,98); }

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