#9AB97E

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

Shades of Olivine #9AB97E

Tints of Olivine #9AB97E

Color information

#9AB97E (or 0x9AB97E) is unknown color: approx Olivine. HEX triplet: 9A, B9 and 7E. RGB value is (154,185,126). Sum of RGB (Red+Green+Blue) = 154+185+126=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB97E is #654681. Grayscale: #A9A9A9. Windows color (decimal): -6637186 or 8305050. OLE color: 8305050.

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

Color convert

RGB154185126-
CMYK0.1700.320.27
HSL91.53º29.65%60.98%-
HSV(B)91.53º31.89%72.55%-
XYZ34.4443.0726.24-
YUV169103.73117.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=33.12%
G=39.78%
B=27.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541851260.1700.320.2791.5329.6560.98
Hex9AB97E110201B5c1e3d
Octal23227117621040331343675
Binary1001101010111001111111010001010000011011101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,185,126); }

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

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

 a { background-color: rgb(154,185,126); }

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

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

 span { border-color: rgb(154,185,126); }

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