#A5C261

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

Shades of Olivine #A5C261

Tints of Olivine #A5C261

Color information

#A5C261 (or 0xA5C261) is unknown color: approx Olivine. HEX triplet: A5, C2 and 61. RGB value is (165,194,97). Sum of RGB (Red+Green+Blue) = 165+194+97=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C261 is #5A3D9E. Grayscale: #AEAEAE. Windows color (decimal): -5914015 or 6406821. OLE color: 6406821.

HSL color Cylindrical-coordinate representation of color #A5C261: hue angle of 77.94º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5C261 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16519497-
CMYK0.1500.500.24
HSL77.94º44.29%57.06%-
HSV(B)77.94º50%76.08%-
XYZ36.9747.4518.52-
YUV174.2784.39121.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=36.18%
G=42.54%
B=21.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165194970.1500.500.2477.9444.2957.06
HexA5C261F032184e2c39
Octal24530214117062301165471
Binary1010010111000010110000111110110010110001001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C261; }

 p { color: rgb(165,194,97); }

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

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

 a { background-color: rgb(165,194,97); }

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

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

 span { border-color: rgb(165,194,97); }

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