#9ABE66

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

Shades of Olivine #9ABE66

Tints of Olivine #9ABE66

Color information

#9ABE66 (or 0x9ABE66) is unknown color: approx Olivine. HEX triplet: 9A, BE and 66. RGB value is (154,190,102). Sum of RGB (Red+Green+Blue) = 154+190+102=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE66 is #654199. Grayscale: #A9A9A9. Windows color (decimal): -6635930 or 6733466. OLE color: 6733466.

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

Color convert

RGB154190102-
CMYK0.1900.460.25
HSL84.55º40.37%57.25%-
HSV(B)84.55º46.32%74.51%-
XYZ34.1444.6619.39-
YUV169.290.07117.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=34.53%
G=42.60%
B=22.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901020.1900.460.2584.5540.3757.25
Hex9ABE661302E19552839
Octal23227614623056311255071
Binary10011010101111101100110100110101110110011010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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