#9AB46E

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

Shades of Olivine #9AB46E

Tints of Olivine #9AB46E

Color information

#9AB46E (or 0x9AB46E) is unknown color: approx Olivine. HEX triplet: 9A, B4 and 6E. RGB value is (154,180,110). Sum of RGB (Red+Green+Blue) = 154+180+110=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB46E is #654B91. Grayscale: #A4A4A4. Windows color (decimal): -6638482 or 7255194. OLE color: 7255194.

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

Color convert

RGB154180110-
CMYK0.1400.390.29
HSL82.29º31.82%56.86%-
HSV(B)82.29º38.89%70.59%-
XYZ32.4640.6420.88-
YUV164.2597.39120.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=34.68%
G=40.54%
B=24.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801100.1400.390.2982.2931.8256.86
Hex9AB46EE0271D522039
Octal23226415616047351224071
Binary1001101010110100110111011100100111111011010010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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