Html Css Color HEX #A1B380 Olivine

📋 copy color: '#A1B380'

red 161 ◦ green 179 ◦ blue 128

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

Shades of Olivine #A1B380

Tints of Olivine #A1B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

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

R = 34.4%
G = 38.25%
B = 27.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#A1B380 (or 0xA1B380) is known color: Olivine. HEX triplet: A1, B3 and 80. RGB value is (161,179,128). Sum of RGB (Red+Green+Blue) = 161+179+128=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B380 is #5E4C7F. Grayscale: #A7A7A7. Windows color (decimal): -6179968 or 8434593. OLE color: 8434593.

HSL color Cylindrical-coordinate representation of color #A1B380: hue angle of 81.18º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1B380 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 128 -
CMYK 0.10 0 0.28 0.30
HSL 81.18º 0.25% 0.6% -
HSV(B) 81.18º 0.28% 0.7% -
XYZ 34.71 41.38 26.58 -
YUV 167.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 161 179 128 0.10 0 0.28 0.30 81.18 0.25 0.6
Hex A1 B3 80 A 0 1C 1E 51 19 3C
Octal 241 263 200 12 0 34 36 121 31 74
Binary 10100001 10110011 10000000 1010 0 11100 11110 1010001 11001 111100

Color Harmonies of #A1B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B380

Black with #A1B380

Text Example


Text Example

White with #A1B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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