#9AB16E

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

Shades of Olivine #9AB16E

Tints of Olivine #9AB16E

Color information

#9AB16E (or 0x9AB16E) is unknown color: approx Olivine. HEX triplet: 9A, B1 and 6E. RGB value is (154,177,110). Sum of RGB (Red+Green+Blue) = 154+177+110=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB16E is #654E91. Grayscale: #A2A2A2. Windows color (decimal): -6639250 or 7254426. OLE color: 7254426.

HSL color Cylindrical-coordinate representation of color #9AB16E: hue angle of 80.6º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB16E is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB154177110-
CMYK0.1300.380.31
HSL80.6º30.04%56.27%-
HSV(B)80.6º37.85%69.41%-
XYZ31.8639.4420.69-
YUV162.4898.38121.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=34.92%
G=40.14%
B=24.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771100.1300.380.3180.630.0456.27
Hex9AB16ED0261F511e38
Octal23226115615046371213670
Binary100110101011000111011101101010011011111101000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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