#9ABA66

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

Shades of Olivine #9ABA66

Tints of Olivine #9ABA66

Color information

#9ABA66 (or 0x9ABA66) is unknown color: approx Olivine. HEX triplet: 9A, BA and 66. RGB value is (154,186,102). Sum of RGB (Red+Green+Blue) = 154+186+102=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA66 is #654599. Grayscale: #A7A7A7. Windows color (decimal): -6636954 or 6732442. OLE color: 6732442.

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

Color convert

RGB154186102-
CMYK0.1700.450.27
HSL82.86º37.84%56.47%-
HSV(B)82.86º45.16%72.94%-
XYZ33.2842.9519.11-
YUV166.8691.4118.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=34.84%
G=42.08%
B=23.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861020.1700.450.2782.8637.8456.47
Hex9ABA661102D1B532638
Octal23227214621055331234670
Binary10011010101110101100110100010101101110111010011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,102); }

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

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

 a { background-color: rgb(154,186,102); }

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

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

 span { border-color: rgb(154,186,102); }

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