#A4C462

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

Shades of Olivine #A4C462

Tints of Olivine #A4C462

Color information

#A4C462 (or 0xA4C462) is unknown color: approx Olivine. HEX triplet: A4, C4 and 62. RGB value is (164,196,98). Sum of RGB (Red+Green+Blue) = 164+196+98=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C462 is #5B3B9D. Grayscale: #AFAFAF. Windows color (decimal): -5979038 or 6472868. OLE color: 6472868.

HSL color Cylindrical-coordinate representation of color #A4C462: hue angle of 79.59º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4C462 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB16419698-
CMYK0.1600.50.23
HSL79.59º45.37%57.65%-
HSV(B)79.59º50%76.86%-
XYZ37.2548.2518.91-
YUV175.2684.4119.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 196 (76.95% from 255) = 42.79%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=35.81%
G=42.79%
B=21.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164196980.1600.50.2379.5945.3757.65
HexA4C4621003217502d3a
Octal24430414220062271205572
Binary10100100110001001100010100000110010101111010000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C462; }

 p { color: rgb(164,196,98); }

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

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

 a { background-color: rgb(164,196,98); }

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

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

 span { border-color: rgb(164,196,98); }

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