#9ABC5B

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

Shades of Olivine #9ABC5B

Tints of Olivine #9ABC5B

Color information

#9ABC5B (or 0x9ABC5B) is unknown color: approx Olivine. HEX triplet: 9A, BC and 5B. RGB value is (154,188,91). Sum of RGB (Red+Green+Blue) = 154+188+91=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC5B is #6543A4. Grayscale: #A7A7A7. Windows color (decimal): -6636453 or 6012058. OLE color: 6012058.

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

Color convert

RGB15418891-
CMYK0.1800.520.26
HSL81.03º41.99%54.71%-
HSV(B)81.03º51.6%73.73%-
XYZ33.243.5916.56-
YUV166.7885.24118.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=35.57%
G=43.42%
B=21.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154188910.1800.520.2681.0341.9954.71
Hex9ABC5B120341A512a37
Octal23227413322064321215267
Binary10011010101111001011011100100110100110101010001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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