#9ABE6C

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

Shades of Olivine #9ABE6C

Tints of Olivine #9ABE6C

Color information

#9ABE6C (or 0x9ABE6C) is unknown color: approx Olivine. HEX triplet: 9A, BE and 6C. RGB value is (154,190,108). Sum of RGB (Red+Green+Blue) = 154+190+108=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE6C is #654193. Grayscale: #AAAAAA. Windows color (decimal): -6635924 or 7126682. OLE color: 7126682.

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

Color convert

RGB154190108-
CMYK0.1900.430.25
HSL86.34º38.68%58.43%-
HSV(B)86.34º43.16%74.51%-
XYZ34.4544.7821.02-
YUV169.8993.07116.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=34.07%
G=42.04%
B=23.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901080.1900.430.2586.3438.6858.43
Hex9ABE6C1302B1956273a
Octal23227615423053311264772
Binary10011010101111101101100100110101011110011010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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