#9ABE68

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

Shades of Olivine #9ABE68

Tints of Olivine #9ABE68

Color information

#9ABE68 (or 0x9ABE68) is unknown color: approx Olivine. HEX triplet: 9A, BE and 68. RGB value is (154,190,104). Sum of RGB (Red+Green+Blue) = 154+190+104=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE68 is #654197. Grayscale: #A9A9A9. Windows color (decimal): -6635928 or 6864538. OLE color: 6864538.

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

Color convert

RGB154190104-
CMYK0.1900.450.25
HSL85.12º39.81%57.65%-
HSV(B)85.12º45.26%74.51%-
XYZ34.2444.719.92-
YUV169.4391.07116.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=34.38%
G=42.41%
B=23.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901040.1900.450.2585.1239.8157.65
Hex9ABE681302D1955283a
Octal23227615023055311255072
Binary10011010101111101101000100110101101110011010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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