Html Css Color HEX #9ABA80 Olivine

📋 copy color: '#9ABA80'

red 154 ◦ green 186 ◦ blue 128

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

Shades of Olivine #9ABA80

Tints of Olivine #9ABA80

RGB

 RED value IS 154 (60.55% from 255) = 32.91%

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

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

R = 32.91%
G = 39.74%
B = 27.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#9ABA80 (or 0x9ABA80) is known color: Olivine. HEX triplet: 9A, BA and 80. RGB value is (154,186,128). Sum of RGB (Red+Green+Blue) = 154+186+128=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA80 is #65457F. Grayscale: #AAAAAA. Windows color (decimal): -6636928 or 8436378. OLE color: 8436378.

HSL color Cylindrical-coordinate representation of color #9ABA80: hue angle of 93.1º 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 #9ABA80 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 186 128 -
CMYK 0.17 0 0.31 0.27
HSL 93.1º 0.3% 0.62% -
HSV(B) 93.1º 0.31% 0.73% -
XYZ 34.78 43.55 26.99 -
YUV 169.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 154 186 128 0.17 0 0.31 0.27 93.1 0.3 0.62
Hex 9A BA 80 11 0 1F 1B 5D 1E 3E
Octal 232 272 200 21 0 37 33 135 36 76
Binary 10011010 10111010 10000000 10001 0 11111 11011 1011101 11110 111110

Color Harmonies of #9ABA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA80

Black with #9ABA80

Text Example


Text Example

White with #9ABA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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