#9ABC5D

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

Shades of Olivine #9ABC5D

Tints of Olivine #9ABC5D

Color information

#9ABC5D (or 0x9ABC5D) is unknown color: approx Olivine. HEX triplet: 9A, BC and 5D. RGB value is (154,188,93). Sum of RGB (Red+Green+Blue) = 154+188+93=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC5D is #6543A2. Grayscale: #A7A7A7. Windows color (decimal): -6636451 or 6143130. OLE color: 6143130.

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

Color convert

RGB15418893-
CMYK0.1800.510.26
HSL81.47º41.48%55.1%-
HSV(B)81.47º50.53%73.73%-
XYZ33.2943.6317.02-
YUV16786.24118.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=35.40%
G=43.22%
B=21.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154188930.1800.510.2681.4741.4855.1
Hex9ABC5D120331A512937
Octal23227413522063321215167
Binary10011010101111001011101100100110011110101010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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