#A4C863

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

Shades of Olivine #A4C863

Tints of Olivine #A4C863

Color information

#A4C863 (or 0xA4C863) is unknown color: approx Olivine. HEX triplet: A4, C8 and 63. RGB value is (164,200,99). Sum of RGB (Red+Green+Blue) = 164+200+99=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C863 is #5B379C. Grayscale: #B2B2B2. Windows color (decimal): -5978013 or 6539428. OLE color: 6539428.

HSL color Cylindrical-coordinate representation of color #A4C863: hue angle of 81.39º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4C863 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB16420099-
CMYK0.1800.500.22
HSL81.39º47.87%58.63%-
HSV(B)81.39º50.5%78.43%-
XYZ38.2250.119.46-
YUV177.7283.57118.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=35.42%
G=43.20%
B=21.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164200990.1800.500.2281.3947.8758.63
HexA4C863120321651303b
Octal24431014322062261216073
Binary10100100110010001100011100100110010101101010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C863; }

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

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

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

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

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

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

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

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