#9ABA68

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

Shades of Olivine #9ABA68

Tints of Olivine #9ABA68

Color information

#9ABA68 (or 0x9ABA68) is unknown color: approx Olivine. HEX triplet: 9A, BA and 68. RGB value is (154,186,104). Sum of RGB (Red+Green+Blue) = 154+186+104=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA68 is #654597. Grayscale: #A7A7A7. Windows color (decimal): -6636952 or 6863514. OLE color: 6863514.

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

Color convert

RGB154186104-
CMYK0.1700.440.27
HSL83.41º37.27%56.86%-
HSV(B)83.41º44.09%72.94%-
XYZ33.3842.9919.63-
YUV167.0892.4118.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=34.68%
G=41.89%
B=23.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861040.1700.440.2783.4137.2756.86
Hex9ABA681102C1B532539
Octal23227215021054331234571
Binary10011010101110101101000100010101100110111010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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