#9ABD61

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

Shades of Olivine #9ABD61

Tints of Olivine #9ABD61

Color information

#9ABD61 (or 0x9ABD61) is unknown color: approx Olivine. HEX triplet: 9A, BD and 61. RGB value is (154,189,97). Sum of RGB (Red+Green+Blue) = 154+189+97=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD61 is #65429E. Grayscale: #A8A8A8. Windows color (decimal): -6636191 or 6405530. OLE color: 6405530.

HSL color Cylindrical-coordinate representation of color #9ABD61: hue angle of 82.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ABD61 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB15418997-
CMYK0.1900.490.26
HSL82.83º41.07%56.08%-
HSV(B)82.83º48.68%74.12%-
XYZ33.6844.1318.05-
YUV168.0587.9117.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=35%
G=42.95%
B=22.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154189970.1900.490.2682.8341.0756.08
Hex9ABD61130311A532938
Octal23227514123061321235170
Binary10011010101111011100001100110110001110101010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,189,97); }

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

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

 a { background-color: rgb(154,189,97); }

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

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

 span { border-color: rgb(154,189,97); }

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