Html Css Color HEX #A1B980 Olivine

📋 copy color: '#A1B980'

red 161 ◦ green 185 ◦ blue 128

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

Shades of Olivine #A1B980

Tints of Olivine #A1B980

RGB

 RED value IS 161 (63.28% from 255) = 33.97%

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

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

R = 33.97%
G = 39.03%
B = 27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#A1B980 (or 0xA1B980) is known color: Olivine. HEX triplet: A1, B9 and 80. RGB value is (161,185,128). Sum of RGB (Red+Green+Blue) = 161+185+128=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B980 is #5E467F. Grayscale: #ABABAB. Windows color (decimal): -6178432 or 8436129. OLE color: 8436129.

HSL color Cylindrical-coordinate representation of color #A1B980: hue angle of 85.26º 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 #A1B980 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 128 -
CMYK 0.13 0 0.31 0.27
HSL 85.26º 0.29% 0.61% -
HSV(B) 85.26º 0.31% 0.73% -
XYZ 35.94 43.83 26.99 -
YUV 171.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 161 185 128 0.13 0 0.31 0.27 85.26 0.29 0.61
Hex A1 B9 80 D 0 1F 1B 55 1D 3D
Octal 241 271 200 15 0 37 33 125 35 75
Binary 10100001 10111001 10000000 1101 0 11111 11011 1010101 11101 111101

Color Harmonies of #A1B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B980

Black with #A1B980

Text Example


Text Example

White with #A1B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B980; }

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

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

background-color css

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

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

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

border-color css

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

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

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