#9AB169

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

Shades of Olivine #9AB169

Tints of Olivine #9AB169

Color information

#9AB169 (or 0x9AB169) is unknown color: approx Olivine. HEX triplet: 9A, B1 and 69. RGB value is (154,177,105). Sum of RGB (Red+Green+Blue) = 154+177+105=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB169 is #654E96. Grayscale: #A2A2A2. Windows color (decimal): -6639255 or 6926746. OLE color: 6926746.

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

Color convert

RGB154177105-
CMYK0.1300.410.31
HSL79.17º31.58%55.29%-
HSV(B)79.17º40.68%69.41%-
XYZ31.639.3319.29-
YUV161.9295.88122.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=35.32%
G=40.60%
B=24.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771050.1300.410.3179.1731.5855.29
Hex9AB169D0291F4f2037
Octal23226115115051371174067
Binary1001101010110001110100111010101001111111001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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