Html Css Color HEX #A2C977 Olivine

📋 copy color: '#A2C977'

red 162 ◦ green 201 ◦ blue 119

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

Shades of Olivine #A2C977

Tints of Olivine #A2C977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.7%

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 33.61%
G = 41.7%
B = 24.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#A2C977 (or 0xA2C977) is known color: Olivine. HEX triplet: A2, C9 and 77. RGB value is (162,201,119). Sum of RGB (Red+Green+Blue) = 162+201+119=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C977 is #5D3688. Grayscale: #B4B4B4. Windows color (decimal): -6108809 or 7850402. OLE color: 7850402.

HSL color Cylindrical-coordinate representation of color #A2C977: hue angle of 88.54º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2C977 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 201 119 -
CMYK 0.19 0 0.41 0.21
HSL 88.54º 0.43% 0.63% -
HSV(B) 88.54º 0.41% 0.79% -
XYZ 39.12 50.79 25.19 -
YUV 179.99 93.58 115.17 -
System Red Green Blue C M Y K H S L
Decimal 162 201 119 0.19 0 0.41 0.21 88.54 0.43 0.63
Hex A2 C9 77 13 0 29 15 59 2B 3F
Octal 242 311 167 23 0 51 25 131 53 77
Binary 10100010 11001001 1110111 10011 0 101001 10101 1011001 101011 111111

Color Harmonies of #A2C977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C977

Black with #A2C977

Text Example


Text Example

White with #A2C977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C977; }

 p { color: rgb(162,201,119); }

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

background-color css

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

 a { background-color: rgb(162,201,119); }

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

border-color css

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

 span { border-color: rgb(162,201,119); }

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