Html Css Color HEX #A2C461 Olivine

📋 copy color: '#A2C461'

red 162 ◦ green 196 ◦ blue 97

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

Shades of Olivine #A2C461

Tints of Olivine #A2C461

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.08%

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 35.6%
G = 43.08%
B = 21.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#A2C461 (or 0xA2C461) is known color: Olivine. HEX triplet: A2, C4 and 61. RGB value is (162,196,97). Sum of RGB (Red+Green+Blue) = 162+196+97=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C461 is #5D3B9E. Grayscale: #AEAEAE. Windows color (decimal): -6110111 or 6407330. OLE color: 6407330.

HSL color Cylindrical-coordinate representation of color #A2C461: hue angle of 80.61º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2C461 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 97 -
CMYK 0.17 0 0.51 0.23
HSL 80.61º 0.46% 0.57% -
HSV(B) 80.61º 0.51% 0.77% -
XYZ 36.8 48.02 18.64 -
YUV 174.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 162 196 97 0.17 0 0.51 0.23 80.61 0.46 0.57
Hex A2 C4 61 11 0 33 17 51 2E 39
Octal 242 304 141 21 0 63 27 121 56 71
Binary 10100010 11000100 1100001 10001 0 110011 10111 1010001 101110 111001

Color Harmonies of #A2C461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C461

Black with #A2C461

Text Example


Text Example

White with #A2C461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C461; }

 p { color: rgb(162,196,97); }

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

background-color css

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

 a { background-color: rgb(162,196,97); }

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

border-color css

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

 span { border-color: rgb(162,196,97); }

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