Html Css Color HEX #A2C863 Olivine

📋 copy color: '#A2C863'

red 162 ◦ green 200 ◦ blue 99

#A2C863
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A2C863

Tints of Olivine #A2C863

RGB

 RED value IS 162 (63.67% from 255) = 35.14%

 GREEN value IS 200 (78.52% from 255) = 43.38%

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 35.14%
G = 43.38%
B = 21.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#A2C863 (or 0xA2C863) is known color: Olivine. HEX triplet: A2, C8 and 63. RGB value is (162,200,99). Sum of RGB (Red+Green+Blue) = 162+200+99=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C863 is #5D379C. Grayscale: #B1B1B1. Windows color (decimal): -6109085 or 6539426. OLE color: 6539426.

HSL color Cylindrical-coordinate representation of color #A2C863: hue angle of 82.57º 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 #A2C863 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 99 -
CMYK 0.19 0 0.50 0.22
HSL 82.57º 0.48% 0.59% -
HSV(B) 82.57º 0.51% 0.78% -
XYZ 37.81 49.89 19.44 -
YUV 177.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 162 200 99 0.19 0 0.50 0.22 82.57 0.48 0.59
Hex A2 C8 63 13 0 32 16 53 30 3B
Octal 242 310 143 23 0 62 26 123 60 73
Binary 10100010 11001000 1100011 10011 0 110010 10110 1010011 110000 111011

Color Harmonies of #A2C863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C863

Black with #A2C863

Text Example


Text Example

White with #A2C863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C863; }

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

 H1.HeaderClassName
 {
   color: #A2C863;
 }
 .AnyTagClassName
 {
   color: #A2C863;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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