Html Css Color HEX #A1B880 Olivine

📋 copy color: '#A1B880'

red 161 ◦ green 184 ◦ blue 128

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

Shades of Olivine #A1B880

Tints of Olivine #A1B880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

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

R = 34.04%
G = 38.9%
B = 27.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#A1B880 (or 0xA1B880) is known color: Olivine. HEX triplet: A1, B8 and 80. RGB value is (161,184,128). Sum of RGB (Red+Green+Blue) = 161+184+128=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B880 is #5E477F. Grayscale: #AAAAAA. Windows color (decimal): -6178688 or 8435873. OLE color: 8435873.

HSL color Cylindrical-coordinate representation of color #A1B880: hue angle of 84.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1B880 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 184 128 -
CMYK 0.12 0 0.30 0.28
HSL 84.64º 0.28% 0.61% -
HSV(B) 84.64º 0.3% 0.72% -
XYZ 35.73 43.42 26.92 -
YUV 170.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 161 184 128 0.12 0 0.30 0.28 84.64 0.28 0.61
Hex A1 B8 80 C 0 1E 1C 55 1C 3D
Octal 241 270 200 14 0 36 34 125 34 75
Binary 10100001 10111000 10000000 1100 0 11110 11100 1010101 11100 111101

Color Harmonies of #A1B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B880

Black with #A1B880

Text Example


Text Example

White with #A1B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B880; }

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

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

background-color css

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

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

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

border-color css

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

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

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