Html Css Color HEX #A2C063 Olivine

📋 copy color: '#A2C063'

red 162 ◦ green 192 ◦ blue 99

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

Shades of Olivine #A2C063

Tints of Olivine #A2C063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 35.76%
G = 42.38%
B = 21.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#A2C063 (or 0xA2C063) is known color: Olivine. HEX triplet: A2, C0 and 63. RGB value is (162,192,99). Sum of RGB (Red+Green+Blue) = 162+192+99=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C063 is #5D3F9C. Grayscale: #ACACAC. Windows color (decimal): -6111133 or 6537378. OLE color: 6537378.

HSL color Cylindrical-coordinate representation of color #A2C063: hue angle of 79.35º 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 #A2C063 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 99 -
CMYK 0.16 0 0.48 0.25
HSL 79.35º 0.42% 0.57% -
HSV(B) 79.35º 0.48% 0.75% -
XYZ 36 46.28 18.84 -
YUV 172.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 162 192 99 0.16 0 0.48 0.25 79.35 0.42 0.57
Hex A2 C0 63 10 0 30 19 4F 2A 39
Octal 242 300 143 20 0 60 31 117 52 71
Binary 10100010 11000000 1100011 10000 0 110000 11001 1001111 101010 111001

Color Harmonies of #A2C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C063

Black with #A2C063

Text Example


Text Example

White with #A2C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C063; }

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

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

background-color css

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

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

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

border-color css

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

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

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