Html Css Color HEX #A0BA73 Olivine

📋 copy color: '#A0BA73'

red 160 ◦ green 186 ◦ blue 115

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

Shades of Olivine #A0BA73

Tints of Olivine #A0BA73

RGB

 RED value IS 160 (62.89% from 255) = 34.71%

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

 BLUE value IS 115 (45.31% from 255) = 24.95%

R = 34.71%
G = 40.35%
B = 24.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A0BA73 (or 0xA0BA73) is known color: Olivine. HEX triplet: A0, BA and 73. RGB value is (160,186,115). Sum of RGB (Red+Green+Blue) = 160+186+115=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA73 is #5F458C. Grayscale: #AAAAAA. Windows color (decimal): -6243725 or 7584416. OLE color: 7584416.

HSL color Cylindrical-coordinate representation of color #A0BA73: hue angle of 81.97º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0BA73 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 115 -
CMYK 0.14 0 0.38 0.27
HSL 81.97º 0.34% 0.59% -
HSV(B) 81.97º 0.38% 0.73% -
XYZ 35.15 43.83 22.83 -
YUV 170.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 160 186 115 0.14 0 0.38 0.27 81.97 0.34 0.59
Hex A0 BA 73 E 0 26 1B 52 22 3B
Octal 240 272 163 16 0 46 33 122 42 73
Binary 10100000 10111010 1110011 1110 0 100110 11011 1010010 100010 111011

Color Harmonies of #A0BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA73

Black with #A0BA73

Text Example


Text Example

White with #A0BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA73; }

 p { color: rgb(160,186,115); }

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

background-color css

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

 a { background-color: rgb(160,186,115); }

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

border-color css

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

 span { border-color: rgb(160,186,115); }

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