#9ABE65

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

Shades of Olivine #9ABE65

Tints of Olivine #9ABE65

Color information

#9ABE65 (or 0x9ABE65) is unknown color: approx Olivine. HEX triplet: 9A, BE and 65. RGB value is (154,190,101). Sum of RGB (Red+Green+Blue) = 154+190+101=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE65 is #65419A. Grayscale: #A9A9A9. Windows color (decimal): -6635931 or 6667930. OLE color: 6667930.

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

Color convert

RGB154190101-
CMYK0.1900.470.25
HSL84.27º40.64%57.06%-
HSV(B)84.27º46.84%74.51%-
XYZ34.0944.6419.13-
YUV169.0989.57117.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=34.61%
G=42.70%
B=22.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901010.1900.470.2584.2740.6457.06
Hex9ABE651302F19542939
Octal23227614523057311245171
Binary10011010101111101100101100110101111110011010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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