#9ABC61

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

Shades of Olivine #9ABC61

Tints of Olivine #9ABC61

Color information

#9ABC61 (or 0x9ABC61) is unknown color: approx Olivine. HEX triplet: 9A, BC and 61. RGB value is (154,188,97). Sum of RGB (Red+Green+Blue) = 154+188+97=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC61 is #65439E. Grayscale: #A7A7A7. Windows color (decimal): -6636447 or 6405274. OLE color: 6405274.

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

Color convert

RGB15418897-
CMYK0.1800.480.26
HSL82.42º40.44%55.88%-
HSV(B)82.42º48.4%73.73%-
XYZ33.4743.717.98-
YUV167.4688.24118.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.08%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=35.08%
G=42.82%
B=22.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154188970.1800.480.2682.4240.4455.88
Hex9ABC61120301A522838
Octal23227414122060321225070
Binary10011010101111001100001100100110000110101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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