#9ABB5D

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

Shades of Olivine #9ABB5D

Tints of Olivine #9ABB5D

Color information

#9ABB5D (or 0x9ABB5D) is unknown color: approx Olivine. HEX triplet: 9A, BB and 5D. RGB value is (154,187,93). Sum of RGB (Red+Green+Blue) = 154+187+93=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB5D is #6544A2. Grayscale: #A6A6A6. Windows color (decimal): -6636707 or 6142874. OLE color: 6142874.

HSL color Cylindrical-coordinate representation of color #9ABB5D: hue angle of 81.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ABB5D is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB15418793-
CMYK0.1800.500.27
HSL81.06º40.87%54.9%-
HSV(B)81.06º50.27%73.33%-
XYZ33.0743.216.95-
YUV166.4286.57119.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 187 (73.44% from 255) = 43.09%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=35.48%
G=43.09%
B=21.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154187930.1800.500.2781.0640.8754.9
Hex9ABB5D120321B512937
Octal23227313522062331215167
Binary10011010101110111011101100100110010110111010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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