#9ABA60

Color #9ABA60 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9ABA60

Tints of Olivine #9ABA60

Color information

#9ABA60 (or 0x9ABA60) is unknown color: approx Olivine. HEX triplet: 9A, BA and 60. RGB value is (154,186,96). Sum of RGB (Red+Green+Blue) = 154+186+96=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA60 is #65459F. Grayscale: #A6A6A6. Windows color (decimal): -6636960 or 6339226. OLE color: 6339226.

HSL color Cylindrical-coordinate representation of color #9ABA60: hue angle of 81.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ABA60 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB15418696-
CMYK0.1700.480.27
HSL81.33º39.47%55.29%-
HSV(B)81.33º48.39%72.94%-
XYZ3342.8317.59-
YUV166.1788.4119.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=35.32%
G=42.66%
B=22.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186960.1700.480.2781.3339.4755.29
Hex9ABA60110301B512737
Octal23227214021060331214767
Binary10011010101110101100000100010110000110111010001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABA60;
 }
 .AnyTagClassName
 {
   color: #9ABA60;
 }
</style>
background-color css

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

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

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

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

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

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