#9AB463

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

Shades of Olivine #9AB463

Tints of Olivine #9AB463

Color information

#9AB463 (or 0x9AB463) is unknown color: approx Olivine. HEX triplet: 9A, B4 and 63. RGB value is (154,180,99). Sum of RGB (Red+Green+Blue) = 154+180+99=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB463 is #654B9C. Grayscale: #A3A3A3. Windows color (decimal): -6638493 or 6534298. OLE color: 6534298.

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

Color convert

RGB15418099-
CMYK0.1400.450.29
HSL79.26º35.06%54.71%-
HSV(B)79.26º45%70.59%-
XYZ31.940.4117.92-
YUV162.9991.89121.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=35.57%
G=41.57%
B=22.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154180990.1400.450.2979.2635.0654.71
Hex9AB463E02D1D4f2337
Octal23226414316055351174367
Binary1001101010110100110001111100101101111011001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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