#a4c063

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

Shades of Olivine #A4C063

Tints of Olivine #A4C063

Color information

#A4C063 (or 0xA4C063) is unknown color: approx Olivine. HEX triplet: A4, C0 and 63. RGB value is (164,192,99). Sum of RGB (Red+Green+Blue) = 164+192+99=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C063 is #5B3F9C. Grayscale: #ADADAD. Windows color (decimal): -5980061 or 6537380. OLE color: 6537380.

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

Color convert

RGB16419299-
CMYK0.1500.480.25
HSL78.06º42.47%57.06%-
HSV(B)78.06º48.44%75.29%-
XYZ36.4146.4918.86-
YUV173.0386.22121.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=36.04%
G=42.20%
B=21.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164192990.1500.480.2578.0642.4757.06
HexA4C063F030194e2a39
Octal24430014317060311165271
Binary1010010011000000110001111110110000110011001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4c063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4c063; }

 p { color: rgb(164,192,99); }

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

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

 a { background-color: rgb(164,192,99); }

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

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

 span { border-color: rgb(164,192,99); }

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