Html Css Color HEX #A3BA80 Olivine

📋 copy color: '#A3BA80'

red 163 ◦ green 186 ◦ blue 128

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

Shades of Olivine #A3BA80

Tints of Olivine #A3BA80

RGB

 RED value IS 163 (64.06% from 255) = 34.17%

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 34.17%
G = 38.99%
B = 26.83%

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

#A3BA80 (or 0xA3BA80) is known color: Olivine. HEX triplet: A3, BA and 80. RGB value is (163,186,128). Sum of RGB (Red+Green+Blue) = 163+186+128=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA80 is #5C457F. Grayscale: #ACACAC. Windows color (decimal): -6047104 or 8436387. OLE color: 8436387.

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

Color convert

RGB 163 186 128 -
CMYK 0.12 0 0.31 0.27
HSL 83.79º 0.3% 0.62% -
HSV(B) 83.79º 0.31% 0.73% -
XYZ 36.56 44.46 27.08 -
YUV 172.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 163 186 128 0.12 0 0.31 0.27 83.79 0.3 0.62
Hex A3 BA 80 C 0 1F 1B 54 1E 3E
Octal 243 272 200 14 0 37 33 124 36 76
Binary 10100011 10111010 10000000 1100 0 11111 11011 1010100 11110 111110

Color Harmonies of #A3BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA80

Black with #A3BA80

Text Example


Text Example

White with #A3BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA80; }

 p { color: rgb(163,186,128); }

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

background-color css

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

 a { background-color: rgb(163,186,128); }

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

border-color css

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

 span { border-color: rgb(163,186,128); }

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