Html Css Color HEX #8ABA73 Olivine

📋 copy color: '#8ABA73'

red 138 ◦ green 186 ◦ blue 115

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

Shades of Olivine #8ABA73

Tints of Olivine #8ABA73

RGB

 RED value IS 138 (54.3% from 255) = 31.44%

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

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

R = 31.44%
G = 42.37%
B = 26.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#8ABA73 (or 0x8ABA73) is known color: Olivine. HEX triplet: 8A, BA and 73. RGB value is (138,186,115). Sum of RGB (Red+Green+Blue) = 138+186+115=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA73 is #75458C. Grayscale: #A3A3A3. Windows color (decimal): -7685517 or 7584394. OLE color: 7584394.

HSL color Cylindrical-coordinate representation of color #8ABA73: hue angle of 100.56º 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 #8ABA73 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 115 -
CMYK 0.26 0 0.38 0.27
HSL 100.56º 0.34% 0.59% -
HSV(B) 100.56º 0.38% 0.73% -
XYZ 31.13 41.76 22.64 -
YUV 163.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 138 186 115 0.26 0 0.38 0.27 100.56 0.34 0.59
Hex 8A BA 73 1A 0 26 1B 65 22 3B
Octal 212 272 163 32 0 46 33 145 42 73
Binary 10001010 10111010 1110011 11010 0 100110 11011 1100101 100010 111011

Color Harmonies of #8ABA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA73

Black with #8ABA73

Text Example


Text Example

White with #8ABA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ABA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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