#9ABE6E

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

Shades of Olivine #9ABE6E

Tints of Olivine #9ABE6E

Color information

#9ABE6E (or 0x9ABE6E) is unknown color: approx Olivine. HEX triplet: 9A, BE and 6E. RGB value is (154,190,110). Sum of RGB (Red+Green+Blue) = 154+190+110=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE6E is #654191. Grayscale: #AAAAAA. Windows color (decimal): -6635922 or 7257754. OLE color: 7257754.

HSL color Cylindrical-coordinate representation of color #9ABE6E: hue angle of 87º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ABE6E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB154190110-
CMYK0.1900.420.25
HSL87º38.1%58.82%-
HSV(B)87º42.11%74.51%-
XYZ34.5544.8221.58-
YUV170.1294.07116.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=33.92%
G=41.85%
B=24.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901100.1900.420.258738.158.82
Hex9ABE6E1302A1957263b
Octal23227615623052311274673
Binary10011010101111101101110100110101010110011010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,110); }

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

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

 a { background-color: rgb(154,190,110); }

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

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

 span { border-color: rgb(154,190,110); }

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