#9AB46A

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

Shades of Olivine #9AB46A

Tints of Olivine #9AB46A

Color information

#9AB46A (or 0x9AB46A) is unknown color: approx Olivine. HEX triplet: 9A, B4 and 6A. RGB value is (154,180,106). Sum of RGB (Red+Green+Blue) = 154+180+106=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB46A is #654B95. Grayscale: #A4A4A4. Windows color (decimal): -6638486 or 6993050. OLE color: 6993050.

HSL color Cylindrical-coordinate representation of color #9AB46A: hue angle of 81.08º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AB46A is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB154180106-
CMYK0.1400.410.29
HSL81.08º33.04%56.08%-
HSV(B)81.08º41.11%70.59%-
XYZ32.2540.5519.76-
YUV163.7995.39121.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=35%
G=40.91%
B=24.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801060.1400.410.2981.0833.0456.08
Hex9AB46AE0291D512138
Octal23226415216051351214170
Binary1001101010110100110101011100101001111011010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,106); }

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

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

 a { background-color: rgb(154,180,106); }

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

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

 span { border-color: rgb(154,180,106); }

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