Html Css Color HEX #A2C162 Olivine

📋 copy color: '#A2C162'

red 162 ◦ green 193 ◦ blue 98

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

Shades of Olivine #A2C162

Tints of Olivine #A2C162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

 BLUE value IS 98 (38.67% from 255) = 21.63%

R = 35.76%
G = 42.6%
B = 21.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A2C162 (or 0xA2C162) is known color: Olivine. HEX triplet: A2, C1 and 62. RGB value is (162,193,98). Sum of RGB (Red+Green+Blue) = 162+193+98=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C162 is #5D3E9D. Grayscale: #ADADAD. Windows color (decimal): -6110878 or 6472098. OLE color: 6472098.

HSL color Cylindrical-coordinate representation of color #A2C162: hue angle of 79.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2C162 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 98 -
CMYK 0.16 0 0.49 0.24
HSL 79.58º 0.43% 0.57% -
HSV(B) 79.58º 0.49% 0.76% -
XYZ 36.17 46.7 18.66 -
YUV 172.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 162 193 98 0.16 0 0.49 0.24 79.58 0.43 0.57
Hex A2 C1 62 10 0 31 18 50 2B 39
Octal 242 301 142 20 0 61 30 120 53 71
Binary 10100010 11000001 1100010 10000 0 110001 11000 1010000 101011 111001

Color Harmonies of #A2C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C162

Black with #A2C162

Text Example


Text Example

White with #A2C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C162; }

 p { color: rgb(162,193,98); }

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

background-color css

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

 a { background-color: rgb(162,193,98); }

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

border-color css

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

 span { border-color: rgb(162,193,98); }

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