Html Css Color HEX #A2B980 Olivine

📋 copy color: '#A2B980'

red 162 ◦ green 185 ◦ blue 128

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

Shades of Olivine #A2B980

Tints of Olivine #A2B980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 34.11%
G = 38.95%
B = 26.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#A2B980 (or 0xA2B980) is known color: Olivine. HEX triplet: A2, B9 and 80. RGB value is (162,185,128). Sum of RGB (Red+Green+Blue) = 162+185+128=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B980 is #5D467F. Grayscale: #ABABAB. Windows color (decimal): -6112896 or 8436130. OLE color: 8436130.

HSL color Cylindrical-coordinate representation of color #A2B980: hue angle of 84.21º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B980 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 128 -
CMYK 0.12 0 0.31 0.27
HSL 84.21º 0.29% 0.61% -
HSV(B) 84.21º 0.31% 0.73% -
XYZ 36.15 43.94 27 -
YUV 171.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 162 185 128 0.12 0 0.31 0.27 84.21 0.29 0.61
Hex A2 B9 80 C 0 1F 1B 54 1D 3D
Octal 242 271 200 14 0 37 33 124 35 75
Binary 10100010 10111001 10000000 1100 0 11111 11011 1010100 11101 111101

Color Harmonies of #A2B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B980

Black with #A2B980

Text Example


Text Example

White with #A2B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B980; }

 p { color: rgb(162,185,128); }

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

background-color css

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

 a { background-color: rgb(162,185,128); }

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

border-color css

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

 span { border-color: rgb(162,185,128); }

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