Html Css Color HEX #A2C261 Olivine

📋 copy color: '#A2C261'

red 162 ◦ green 194 ◦ blue 97

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

Shades of Olivine #A2C261

Tints of Olivine #A2C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

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

R = 35.76%
G = 42.83%
B = 21.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A2C261 (or 0xA2C261) is known color: Olivine. HEX triplet: A2, C2 and 61. RGB value is (162,194,97). Sum of RGB (Red+Green+Blue) = 162+194+97=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C261 is #5D3D9E. Grayscale: #ADADAD. Windows color (decimal): -6110623 or 6406818. OLE color: 6406818.

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

Color convert

RGB 162 194 97 -
CMYK 0.16 0 0.50 0.24
HSL 79.79º 0.44% 0.57% -
HSV(B) 79.79º 0.5% 0.76% -
XYZ 36.35 47.13 18.49 -
YUV 173.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 162 194 97 0.16 0 0.50 0.24 79.79 0.44 0.57
Hex A2 C2 61 10 0 32 18 50 2C 39
Octal 242 302 141 20 0 62 30 120 54 71
Binary 10100010 11000010 1100001 10000 0 110010 11000 1010000 101100 111001

Color Harmonies of #A2C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C261

Black with #A2C261

Text Example


Text Example

White with #A2C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C261; }

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

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

background-color css

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

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

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

border-color css

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

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

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